Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Property] Cannot append value of DType 'person' #318

@mpsonntag

Description

@mpsonntag

Trying to append a value to a Property with DTpype.person the following error occurs:

prop = odml.Property(name="prop", value=["A Abraham", "B Barnes", "C Clark"], dtype=odml.DType.person
 prop.append("D Dickins")

ValueError: odml.Property.append: passed value data type does not match dtype!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions