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
This results in the units not being updated on disk despite working in memory for the new units
should either be reworked to call the update parent attrs function that is called in convert or to just call convert (and thus have convert set self._units to avoid infinite recursion)
Which option depends on if we wish to allow you to set units via units setter to units that would otherwise raise an exception in convert.
The text was updated successfully, but these errors were encountered:
This results in the units not being updated on disk despite working in memory for the new units
should either be reworked to call the update parent attrs function that is called in
convert
or to just callconvert
(and thus have convert setself._units
to avoid infinite recursion)Which option depends on if we wish to allow you to set units via units setter to units that would otherwise raise an exception in convert.
The text was updated successfully, but these errors were encountered: