-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Milestone
Description
Lowering default data iterations in PyWeather for better readability. Before this gets started I will do a very conclusive study about how much data different terminals on different screens can render.
After that I'll decide on an iteration count that works well. Right now, the 5+ iteration method is only good for full-screen terminals.
To-do list:
- Find the right amount of iterations per data type
- Implement the new default values into all setup scripts (issue Separating iteration configs for data types #85 is taking care of this)
- Somehow find a way to ask the user if they'd like to lower default iterations when in configupdate.py.