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
test_level() works and test_get_submodel_metadata does not, even though internally in the server both do the same thing. The problem with the metadata deserialization seems to be that the client always thinks that the model_type is equall to None even though it isn't.
You always get:
ValueError: Invalid value for `model_type`, must not be `None`