mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
test: update test comment
This commit is contained in:
@@ -34,7 +34,8 @@ def test_merge_informative_pair():
|
||||
assert "volume_1h" in result.columns
|
||||
assert result["volume"].equals(data["volume"])
|
||||
|
||||
# First 3 rows are empty
|
||||
# First 3 rows are empty.
|
||||
# Pre-fillup doesn't happen as there is no prior candlw in the informative dataframe
|
||||
assert result.iloc[0]["date_1h"] is pd.NaT
|
||||
assert result.iloc[1]["date_1h"] is pd.NaT
|
||||
assert result.iloc[2]["date_1h"] is pd.NaT
|
||||
|
||||
Reference in New Issue
Block a user