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
Has been fixed here #130 but this is a breaking change since the entire API is reworked. I will leave this open until the next release and inform once we're done merging.
When printing the type of test.model, an error is thrown.
The type of
test.model
can be checked when by usingtype
The correction seems to be fixing that self.str() recursion while calling
__str__()
The text was updated successfully, but these errors were encountered: