Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
djdjd
Browse files Browse the repository at this point in the history
paulbkoch committed Jan 15, 2025
1 parent 44e591f commit 60b911c
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
@@ -1271,7 +1271,7 @@ def test_identical_classification():
pred = ebm.eval_terms(X)
total += np.sum(pred)

expected = 99.0 # -1.4099832412739488e-14
expected = -1.4099832412739488e-14
if total != expected:
assert total == expected
break

0 comments on commit 60b911c

Please sign in to comment.