-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated Data Simulator (WIP) #76
base: main
Are you sure you want to change the base?
Conversation
"-s", | ||
"--sim", | ||
help="Runs the data simulation alongside the mock simulation, with an optional scale", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe down the line we might have to make this a subcommand so we can pass in more arguments to the sim.
So something like python main.py sim --type full-scale --temperature 278
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
atp just change the config imo
Adds a new --sim argument that will run the mock simulation with randomly generated data. Long-term WIP.