Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Dec 12, 2024
1 parent 6eb9720 commit d8c674e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion specreduce/tests/test_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,5 @@ def test_mask_treatment_omit(self, peak_method, expected):
all_bin_fit = fitter(trace.trace_model, x_bins[mask], y_bins[mask])
all_bin_fit = all_bin_fit((np.arange(12)))

np.testing.assert_allclose(trace.trace, all_bin_fit)
np.testing.assert_allclose(trace.trace, all_bin_fit)

2 changes: 1 addition & 1 deletion specreduce/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,4 +504,4 @@ class KosmosTrace(FitTrace):
This class is pending deprecation. Please use `FitTrace` instead.
"""
__doc__ += FitTrace.__doc__
pass
pass

0 comments on commit d8c674e

Please sign in to comment.