You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it doesn't seem to affect the generation of the backtesting results, but more Bokeh itself. For some strange reason, when I use my own (5-min time-bar SPX, where the index is set as 'time'), I get an error message at the end :
File C:\ProgramData\Miniconda3\envs\obb\lib\site-packages\pandas\core\common.py:561, in require_length_match(data, index)
557 """
558 Check the length of data matches the length of the index.
559 """
560 if len(data) != len(index):
--> 561 raise ValueError(
562 "Length of values "
563 f"({len(data)}) "
564 "does not match length of index "
565 f"({len(index)})"
566 )
ValueError: Length of values (4) does not match length of index (2)
The below are the comparison of the test-data 'GOOG' and mine, where the only difference seems to be the name of the index...
Wound someone be able to help???
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
it doesn't seem to affect the generation of the backtesting results, but more Bokeh itself. For some strange reason, when I use my own (5-min time-bar SPX, where the index is set as 'time'), I get an error message at the end :
The below are the comparison of the test-data 'GOOG' and mine, where the only difference seems to be the name of the index...
Wound someone be able to help???
Beta Was this translation helpful? Give feedback.
All reactions