DynaDojo / dynadojo

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

feat/experiment: status command v1 #106

Closed gavin-ho1 closed 1 month ago

gavin-ho1 commented 1 month ago

feat: add python -m experiment status v1

python -m experiment status returns list of file paths sorted by experiment type

carynbear commented 1 month ago

This pull request entangles the config refactoring pull request with the status command pull request. Please submit a decoupled pull request for the two functionalities. Remember to switch to the main branch before making new branches