mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 15:26:54 +08:00
fix a bug
This commit is contained in:
@@ -195,7 +195,7 @@ class HighFreqBacktestHandler(DataHandler):
|
|||||||
fields = []
|
fields = []
|
||||||
names = []
|
names = []
|
||||||
|
|
||||||
template_if = "If(Eq({1}, np.nan), {0}, {1})"
|
template_if = "If(IsNull({1}), {0}, {1})"
|
||||||
template_paused = "Select(Eq($paused, 0.0), {0})"
|
template_paused = "Select(Eq($paused, 0.0), {0})"
|
||||||
# template_paused="{0}"
|
# template_paused="{0}"
|
||||||
template_fillnan = "FFillNan({0})"
|
template_fillnan = "FFillNan({0})"
|
||||||
|
|||||||
Reference in New Issue
Block a user