Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 7, 2023
1 parent 5faca58 commit cf39c29
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion reflectivity_ui/interfaces/data_handling/gisans.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ def merge(reduction_list, pol_state, wl_min=0, wl_max=100):


def rebin_extract(reduction_list, pol_state, wl_min, wl_max, qy_npts=50, qz_npts=50, use_pf=False):

binning = (qy_npts + 1, qz_npts + 1)
qy, qz, pf, intensity, d_intensity, _ = merge(reduction_list, pol_state, wl_min=wl_min, wl_max=wl_max)
if use_pf:
Expand Down
1 change: 0 additions & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def data_server():
r"""Object containing info and functionality for data files"""

class _DataServe(object):

_directory = os.path.join(os.path.dirname(this_module_path), "data")

@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class MainWindowMock(object):


class TestMainHandler(object):

app = QApplication(sys.argv)
application = MainWindow()
handler = MainHandler(application)
Expand Down

0 comments on commit cf39c29

Please sign in to comment.