Skip to content

fix bool value conversion for version 1.4 #222

@JuliaSprenger

Description

@JuliaSprenger

'False' as well as 'F' are not properly converted to bool value in formatConv branch

p = odml.Property(name='myprop', value=['False','F'],dtype=odml.DType.boolean)
print(p.value)
# -> [True,True]

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