Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jan 15, 2025
1 parent e8bffe5 commit 63454ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/interpret-core/tests/glassbox/ebm/test_ebm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ def test_identical_classification():
pred = ebm.eval_terms(X)
total += np.sum(pred)

expected = 2.220446049250313e-15
expected = -3.941291737419306e-15
if total != expected:
assert total == expected
break
Expand Down

0 comments on commit 63454ab

Please sign in to comment.