You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #96 we should also cleanup the pipeline to generate data. This might enable processing other sims in the future and make the input of the data generation clearer which could prevent bugs.
I propose getting rid of click (or using barebones parts of it, not the ctx object) and instead use a yaml config files (parsed with omegaconf).
For the rest of the bin directory we could have different yaml files (or a yaml file with a bunch of options) to avoid hard coding default values.
avoid hard-coding paths make relative to repo.
The text was updated successfully, but these errors were encountered:
Following #96 we should also cleanup the pipeline to generate data. This might enable processing other sims in the future and make the input of the data generation clearer which could prevent bugs.
I propose getting rid of click (or using barebones parts of it, not the ctx object) and instead use a yaml config files (parsed with omegaconf).
For the rest of the bin directory we could have different yaml files (or a yaml file with a bunch of options) to avoid hard coding default values.
The text was updated successfully, but these errors were encountered: