-
Notifications
You must be signed in to change notification settings - Fork 7
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
Separating iteration configs for data types #85
Comments
Now working on this issue, ETA is next week. At this point, we have a few different loop config variables, all in the UI section.
The new hope is for every data type to have their own unique variable.
Now modifying the todo list, ETA for fix is 6/8. |
Now working on PyWeather to read the new variables. If you have an indev copy of PyWeather and git pull it'll be broken for a few days. |
Also while we're working with the config loading part of code let's make sure that Oh and let's also completely redo the entire logger section for config variables |
Finished up with coding for reading the variables. Now on to other various stuff. |
I make sure that print statements looked good. Refactoring all the config logger statements then back to the ACTUAL plan. |
New ETA for completion is this weekend |
Confusing title, but the TL;DR is that there's 1 config value for setting iterations for a lot of data types. We need to separate them all out.
To do list:
The text was updated successfully, but these errors were encountered: