Skip to content

Commit 803db3b

Browse files
authored
Merge pull request freqtrade#12413 from hippocritical/develop
add np.NAN to strategy updater conversion (which worked in 1.x but not in 2.x anymore)
2 parents bf7fc79 + c2fd6e3 commit 803db3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

freqtrade/strategy/strategyupdater.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class StrategyUpdater:
4646
"aliases": set(),
4747
"replacements": [
4848
("NaN", "nan"),
49+
("NAN", "nan"),
4950
],
5051
}
5152
}

0 commit comments

Comments
 (0)