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
After upgrading to the latest version and trying to pull down a commit object, I noticed I was getting the exception:
"Invalid units: expected type str but received <class 'str'> (squaremperperson)." which is obviously a bit confusing in itself, and I had to look through the code to realise that it's not actually related to types but just the fact that I used a unit which isn't recognised by speckle.
After upgrading to the latest version and trying to pull down a commit object, I noticed I was getting the exception:
"Invalid units: expected type str but received <class 'str'> (squaremperperson)." which is obviously a bit confusing in itself, and I had to look through the code to realise that it's not actually related to types but just the fact that I used a unit which isn't recognised by speckle.
specklepy/src/specklepy/objects/units.py
Line 59 in 420c73f
The text was updated successfully, but these errors were encountered: