-
Notifications
You must be signed in to change notification settings - Fork 21
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
Removing Custom Quantity
Serialization from as_dict
in Solution.py
#180
base: main
Are you sure you want to change the base?
Conversation
Thank you @SuixiongTay ! Nice clean PR. I am puzzled by why the tests are failing. The failure mode is consistent
It seems as if the entire This is going to take some troubleshooting. This is the PR that added |
For troubleshooting I suggest the following steps:
This should help us identify which part of the code is causing the failure. |
Closes #159 |
Summary
Removed the custom code in
Solution.as_dict
that handles the serialization ofQuantity
objects.Details:
Quantity
code fromas_dict
.pyproject.toml
to bump themonty
version fromv2024.7.12
tov2024.7.29
.