DynaDojo / dynadojo

An Extensible Benchmarking Platform for Scalable Dynamical System Identification
https://dynadojo.github.io/dynadojo/
MIT License
11 stars 9 forks source link

fix: arguments and import errors solves #78 #86

Open HadilOwda opened 2 weeks ago

HadilOwda commented 2 weeks ago

Two errors in demos/cnn_ca_demo.ipynb [Resolves #78} 1. Error: Unexpected argument reps Solution: Delete "reps = 3" Add "trials = 3" after system_cls

2. Error: CASystem not defined Solution: Add "from dynadojo.systems.ca import CASystem"

carynbear commented 1 week ago

@HadilOwda

Please review https://github.com/DynaDojo/dynadojo/blob/main/CONTRIBUTING.md#pull-request-checklist and edit.

Also should make a separate pull request for demos/fc_dnn_nbody_demo.ipynb