Skip to content

Commit

Permalink
Update puma/tests/hlplots/test_tagger.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Kobylianskii <[email protected]>
  • Loading branch information
samvanstroud and dkobylianskii authored Apr 25, 2023
1 parent 808aee0 commit 07124d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puma/tests/hlplots/test_tagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_disc_b_calc(self):
discs = tagger.discriminant("bjets")
np.testing.assert_array_equal(discs, np.zeros(10))

def testdisc_c_calc_no_fb(self):
def test_disc_c_calc_no_fb(self):
"""Test c-disc calculation w/o f_c provided."""
tagger = Tagger("dummy")
tagger.scores = self.scores
Expand Down

0 comments on commit 07124d8

Please sign in to comment.