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

Made collect_all_params more flexible #42

Closed colleenjg closed 1 year ago

colleenjg commented 1 year ago

collect_all_default_params changed to collect_all_params to allow the function to be used with user-defined class dictionaries. Fixed the None return following the warning if the params dictionary doesn't exist.