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
A quick fix would be adding one line of code new_attrs['units'] = None before here (but that may not be desired since it makes a originally non-None units None).
The text was updated successfully, but these errors were encountered:
Minimum code to reproduce:
A quick fix would be adding one line of code
new_attrs['units'] = None
before here (but that may not be desired since it makes a originally non-Noneunits
None).The text was updated successfully, but these errors were encountered: