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:
Matthias
2025-10-24 08:41:51 +02:00
committed by GitHub

View File

@@ -46,6 +46,7 @@ class StrategyUpdater:
"aliases": set(),
"replacements": [
("NaN", "nan"),
("NAN", "nan"),
],
}
}