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
pyEQL has included custom code in Solution.as_dict to handle serialization of Quantity objects. I recently added support for Quantity directly to monty (which defines the MSONable class that we use). Once these changes are released (more recent than 2024.7.12), then we can bump the version in pyproject.toml and remove the custom Quantity code from as_dict
The text was updated successfully, but these errors were encountered:
pyEQL
has included custom code inSolution.as_dict
to handle serialization ofQuantity
objects. I recently added support forQuantity
directly tomonty
(which defines theMSONable
class that we use). Once these changes are released (more recent than 2024.7.12), then we can bump the version inpyproject.toml
and remove the customQuantity
code fromas_dict
The text was updated successfully, but these errors were encountered: