-
Notifications
You must be signed in to change notification settings - Fork 38
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
TypeError AnnealedValue = list[float] #8
Comments
I tried
to
It passed the syntax check but got error
|
I also ran into this same issue (the tuple object having no attribute error). What solved it for me was to downgrade the
I suppose the reason this happened is some functionality of the library became deprecated or was changed, returning incorrect objects. I narrowed it down to the class |
That works for me, thanks a lot! |
Hey @ManuelSerna and @RuihanGao, Thank you. Regards, |
Description
Running python main.py --0 gives an error with TypeError.
The text was updated successfully, but these errors were encountered: