You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2023. It is now read-only.
Looking at examples/create_forest.py
The tons of set_xxx() methods are completely superfluous and unpythonic.
Why don't you just use
create.some_property = value
directly instead of usinger setter methods? Python is not Java!