-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error : local variable 'backtestResult' referenced before assignment #170
Comments
I have never seen it, it happens only with too many parallel Backtests? How many? |
I though it could be maybe because of a concurrency problem. |
I think it's not a dependency problem. Some rows before @nimasTT log are interesting, because I have the same issue:
If there is no "evaluation dataset", the var backtestresult will not be assigned at row 100 before it is referenced in row 121 (current version) |
I think this is it... I never tested myself without evaluation dataset XD. |
i am getting this Error after a while:
`Relative profit on evolution dataset: 469.280
Current parameters are viable.
Evaluation dataset is disabled.
The text was updated successfully, but these errors were encountered: