RatInABox-Lab / RatInABox

A python package for modelling locomotion in complex environments and spatially/velocity selective cell activity.
MIT License
175 stars 31 forks source link

Added params checking for all classes #39

Closed colleenjg closed 1 year ago

colleenjg commented 1 year ago

Added params checking for all classes, addressing issue #38. If an unrecognized parameter is passed to a class (i.e., occurs in none of the class' and its parents' default parameters), a warning is produced.

Also made minor modifications to the syntax for generating the figure paths, and enabled a multidirectory figure path to be provided.