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 fe95581 commit e792bafCopy full SHA for e792baf
tests/data/test_btanalysis.py
@@ -306,6 +306,7 @@ def test_combined_dataframes_with_rel_mean(testdatadir):
306
assert df.iloc[0]["count"] == 2
307
assert df.iloc[-1]["count"] == 2
308
assert len(df) < len(data["BTC/USDT"])
309
+ assert df["rel_mean"].between(-0.5, 0.5).all()
310
311
312
def test_combine_dataframes_with_mean_no_data(testdatadir):
0 commit comments