Skip to content

Commit 63454ab

Browse files
committed
asdf
1 parent e8bffe5 commit 63454ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/interpret-core/tests/glassbox/ebm/test_ebm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ def test_identical_classification():
12681268
pred = ebm.eval_terms(X)
12691269
total += np.sum(pred)
12701270

1271-
expected = 2.220446049250313e-15
1271+
expected = -3.941291737419306e-15
12721272
if total != expected:
12731273
assert total == expected
12741274
break

0 commit comments

Comments
 (0)