Skip to content

Commit

Permalink
sdfa
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jan 15, 2025
1 parent 515b81b commit ce9e9d2
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 @@ -1271,7 +1271,7 @@ def test_identical_classification():
pred = ebm.eval_terms(X)
total += np.sum(pred)

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

0 comments on commit ce9e9d2

Please sign in to comment.