Epistimio / orion

Asynchronous Distributed Hyperparameter Optimization.
https://orion.readthedocs.io
Other
283 stars 52 forks source link

storage.update_experiment() used with **experiment instead of *experiment #1022

Open Simnol22 opened 1 year ago

Simnol22 commented 1 year ago

Describe the bug storage.update_experiment(uid=experiment, **experiment)devrait plutôt être storage.update_experiment(uid=uid, *experiment) in https://github.com/Epistimio/orion/blob/develop/src/orion/core/cli/db/upgrade.py

Expected behavior Fix this and make sure it is well tested.