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 a70b3f5 commit 10a6de2Copy full SHA for 10a6de2
backtesting/test/_test.py
@@ -83,7 +83,7 @@ def test_run_speed(self):
83
start = time.process_time()
84
bt.run()
85
end = time.process_time()
86
- self.assertLess(end - start, .2)
+ self.assertLess(end - start, .3)
87
88
def test_data_missing_columns(self):
89
df = GOOG.copy(deep=False)
0 commit comments