mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-28 18:00:23 +00:00
Merge pull request #12413 from hippocritical/develop
add np.NAN to strategy updater conversion (which worked in 1.x but not in 2.x anymore)
This commit is contained in:
@@ -46,6 +46,7 @@ class StrategyUpdater:
|
|||||||
"aliases": set(),
|
"aliases": set(),
|
||||||
"replacements": [
|
"replacements": [
|
||||||
("NaN", "nan"),
|
("NaN", "nan"),
|
||||||
|
("NAN", "nan"),
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user