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
In #437 we introduced the surface_tension attribute to ThermodynamicState. In ThermodynamicState.__setstate__, we should maintain backwards compatibility and use serialization.get('surface_tension', None) rather than serialization['surface_tension'].
The text was updated successfully, but these errors were encountered:
In #437 we introduced the
surface_tension
attribute toThermodynamicState
. InThermodynamicState.__setstate__
, we should maintain backwards compatibility and useserialization.get('surface_tension', None)
rather thanserialization['surface_tension']
.The text was updated successfully, but these errors were encountered: