DynaDojo / dynadojo

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

`Challenge.evaluate` function kwargs argument name #8

Closed lharri73 closed 7 months ago

lharri73 commented 8 months ago

evaluate function of Challenge class takes model_kwargs but many other places pass algo_kwargs to pass initialization parameters to model class. This disagreement causes

TypeError: Challenge.evaluate() got an unexpected keyword argument 'algo_kwargs'

when running the example in the readme