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

Skip to content

incorrect interpretation of value=0 #314

@JuliaSprenger

Description

@JuliaSprenger

When creating a Property using odML version 1.4.2. value=0 is interpreted as an empty value.
Eg. this example code prints an empty list:

import odml
p = odml.Property('myprop', value=0)
print(p.value)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions