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
I'm curious about what we happen if we were to provide the characteristic_data["value"] has a not acceptable data type (list, tuples, set, object, ....).
I think it would append an empty characteristic to the material. Thus, a guard could force a return statement in case of a not acceptable type.
line 92 in material.py
The text was updated successfully, but these errors were encountered:
I'm curious about what we happen if we were to provide the characteristic_data["value"] has a not acceptable data type (list, tuples, set, object, ....).
I think it would append an empty characteristic to the material. Thus, a guard could force a return statement in case of a not acceptable type.
line 92 in material.py
The text was updated successfully, but these errors were encountered: