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 Feb 26, 2025. It is now read-only.
Fix pytest setup() deprecation in tests (#492)
* Fix pytest setup() deprecation in tests
* Replace setup() with setup_method() in func tests
* Fix issues in arbor tests, wrt to sorted dir content etc
* Make compatible with python 3.12
* Add python 3.12 to default tests