Skip to content

Commit

Permalink
Blk fmt with 21.4b2
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Curtis committed Apr 28, 2021
1 parent 62265c8 commit 6a7cb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rebin_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def _test_unchanged_binning(self, lam, edges, method, dtype):
assert np.allclose(old_counts, new_counts)

def _gen_old_new_counts(self, lam, old_edges, new_edges, method, dtype):
""" generate old and new counts (1D)"""
"""generate old and new counts (1D)"""
old_counts = make_fake_spec_array(lam, len(old_edges) - 1, dtype=dtype)
new_counts = bq.core.rebin.rebin(
old_counts, old_edges, new_edges, method=method, zero_pad_warnings=False
Expand Down

0 comments on commit 6a7cb95

Please sign in to comment.