We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
value=0
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)
The text was updated successfully, but these errors were encountered:
[property] Add Value 0 as Int
45d2b98
Allow value = 0 set as int, not as empty value. Fixing issue G-Node#314.
fschrader1992
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: