-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Parameter attr_omit_null
in root.show and print_tree does not work as expected.
#216
Comments
Hi, yes you are right thanks for pointing this out. |
This project is great and you are awesome! |
Hi @kayjan , The latest version doesn't work.
Thanks |
It works after a minor fix. |
Left a comment on your PR, thanks for testing this change! Sorry for the oversight, I have implemented the fix (again) in v0.16.4, do perform |
It works great. Thanks. Have a nice day. |
Describe the issue
A clear and concise description of what the bug is.
Here says when attr_omit_null is set,
it is
Able to omit showing of attributes if it is null, using attr_omit_null
.Nan value is printed despite of the value of
attr_omit_null
Environment
Describe your environment.
bigtree
version:0.16.2To Reproduce
Expected behaviour
A clear and concise description of what you expected to happen.
The actual output always contains
url=nan
.Should this be omitted when "attr_omit_null" is set?
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: