AllenNeuralDynamics / aind-behavior-curriculum

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

Improve `Exception` patterns #37

Open bruno-f-cruz opened 3 weeks ago

bruno-f-cruz commented 3 weeks ago

There is a lot of assert patterns in the code. While ok for debugging, as we move to production, we should favor raise Exception over assert patterns.