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
There appears to be a bug in the initial sampler of the sequence-model-based optimization algorithms that only occurs in the "test_large_search_space.py"-tests. This is the error:
For some reason this error started to appear after switching from python 3.8 to 3.10 on my local machine.
It is strange, that this error never occurred in the CI. And I have no idea, why this was no problem in python 3.8, since the methgrid-method (which is important for the position generation in the algorithm) has not changed its behaviour (as far as I can tell).
The text was updated successfully, but these errors were encountered:
There appears to be a bug in the initial sampler of the sequence-model-based optimization algorithms that only occurs in the "test_large_search_space.py"-tests. This is the error:
For some reason this error started to appear after switching from python 3.8 to 3.10 on my local machine.
It is strange, that this error never occurred in the CI. And I have no idea, why this was no problem in python 3.8, since the methgrid-method (which is important for the position generation in the algorithm) has not changed its behaviour (as far as I can tell).
The text was updated successfully, but these errors were encountered: