AllenNeuralDynamics / aind-behavior-curriculum

Starter repository for behavior base primitives.
https://aind-behavior-curriculum.readthedocs.io
MIT License
1 stars 0 forks source link

Trainer tests #21

Closed jwong-nd closed 4 months ago

jwong-nd commented 5 months ago

Running list of Trainer tests:

jwong-nd commented 5 months ago

Lint fails due to '|' syntax introduced in python 3.10. Bar syntax is more readable than 'Union[...]' and used many times throughout codebase-- shall we bump python versions up?

bruno-f-cruz commented 5 months ago

Lint fails due to '|' syntax introduced in python 3.10. Bar syntax is more readable than 'Union[...]' and used many times throughout codebase-- shall we bump python versions up?

+1 for 3.11. I am already using it in most of my projects

jwong-nd commented 5 months ago

Bumped to python 3.10+. All checks passing, awaiting review