DOI-BOR / PyForecast

PyForecast is a statistical modeling tool used by Reclamation water managers and reservoir operators to train and build predictive models for seasonal inflows and streamflows. PyForecast allows users to make current water-year forecasts using models developed with the program.
Other
28 stars 12 forks source link

Move "Summary" Tab after regression tab #26

Closed jslanini closed 5 years ago

jslanini commented 5 years ago

This seems to be a better workflow for the software.

tjrocha commented 5 years ago

Confirmed working in pn-development branch. Initially broke processes since there is some code that looks at tabIndex numbers. Looking at the code, it doesn't look like the methods that use the tabIndex values are used in multiple tabs so we can probably take out the reliance on the tabIndex as an input to these methods.