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
* add inheritance tests
* return object if requested
* partially fix#266
* update signature of `get_descriptors`
* add MRO instead of only direct parent search
When looking for an existing `__init__` search through the MRO until you hit the Node instance instead of just checking the class for an `__init__`
* call the __init__ explicitly instead of using super
* update `get_auto_init`
* fix `get_auto_init` order
* fix issue with `instance=None` and add error message
* fix order in test assertion
* bugfix
* fix edge case of ZnTrackOptions in Base and Child class used in `auto_init`
* make `node_name` an attribute instead of a property.
* temporarily disable test for `annotations`
* ensure compatibility with Python 3.7
* bugfix + add test
* remove entries from the params.yaml / zntrack.json before saving new values.
* raise KeyError if value could not be loaded
* Update documentation
* remove try/except
* fix tests
* add `typing.Any` to avoid type issues
Something like the following currently does not work,
The text was updated successfully, but these errors were encountered: