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 Custom Errors
* update representation
* add load test
* update test
* update error msg
* fix tests
* adjust repr string
* fix test
requires mocking of dvc.yaml because __repr__ is used in a logging statement
* make the hash even more unique
* restrict getitem loading to str|dict
* rename directory
* fix test
* attempt test fix
causes other tests to fail
* possible fix for timeit error
* catch correct exception
* use python3.9 for nbtest / unittest for faster installation
* fix test for Python 3.10
* fix#386
* update test when node is not loaded
* use `dvc stage add` instead of `dvc run`
fixes a test in the docs
* use `dvc stage add` instead of `dvc run`
fixes a test in the docs
Write tests that use the ZnTrack Nodes as normal classes without any DVC interaction.
The text was updated successfully, but these errors were encountered: