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
assert '[]' == {'0': 'Object(name=A)', '1': 'Object(name=A)', '2': 'Object(name=A)'}
+ where '[]' = fetch()
+ where fetch = <String field at "regular">.fetch
+ and {'0': 'Object(name=A)', '1': 'Object(name=A)', '2': 'Object(name=A)'} = fetch()
+ where fetch = <Namespace field at "stringified">.fetch
neptune.common.warnings.NeptuneUnsupportedType: You're attempting to log a type that is not directly supported by Neptune (<class 'dict'>).
Convert the value to a supported type, such as a string or float, or use stringify_unsupported(obj)
for dictionaries or collections that contain unsupported values.
For more, see https://docs.neptune.ai/help/value_of_unsupported_type
neptune.common.warnings.NeptuneUnsupportedType: You're attempting to log a type that is not directly supported by Neptune (<class 'dict'>).
Convert the value to a supported type, such as a string or float, or use stringify_unsupported(obj)
for dictionaries or collections that contain unsupported values.
For more, see https://docs.neptune.ai/help/value_of_unsupported_type