Skip to content

Commit

Permalink
formated unit test. this refs #8
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Aug 25, 2021
1 parent 4d52cea commit e38b302
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/NeuNorm/normalizing_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,6 @@ def test_full_normalization_sample_with_one_roi(self):
for _row in np.arange(nbr_row):
assert _norm_expected[_col, _row] == _norm_returned[_col, _row]


def test_full_normalization_sample_divide_by_ob_works(self):
"""assert the full normalization works (when sample is divided by ob)"""

Expand Down

0 comments on commit e38b302

Please sign in to comment.