Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Jan 22, 2025
1 parent b1e19d3 commit 504678b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_specsscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ def test_fft_tool():
sigma_y=23,
apply=True,
)
assert sps.config["spa_params"]["fft_filter_peaks"] == fft_filter_peaks
assert sps.spa.config["fft_filter_peaks"] == fft_filter_peaks
res_xarray = sps.load_scan(scan=3610, path=data_dir, apply_fft_filter=True)
np.testing.assert_almost_equal(res_xarray.data.sum(), 62197237155.50347, decimal=3)
Expand Down

0 comments on commit 504678b

Please sign in to comment.