We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157b49f commit a57a09fCopy full SHA for a57a09f
tests/examples/test_driftbif_simulation.py
@@ -73,7 +73,7 @@ def test_ratio(self):
73
sample = np.array(tau)
74
before = np.sum(sample <= 1/0.3)
75
beyond = np.sum(sample > 1/0.3)
76
- self.assertTrue(abs(0.4 - float(before)/(before+beyond))<0.001)
+ self.assertTrue(abs(0.4 - float(before)/(before+beyond))<0.002)
77
78
class LoadDriftBifTestCase(unittest.TestCase):
79
def test_classification_labels(self):
0 commit comments