As part of our development cycle, it is beneficial to be able to run multiple versions of on dev at once. This pull requests adds the option for the app to be able to run multiple PVNet models.
This is configurable with the RUN_EXTRA_MODELS environmental variable so the extra models will not be run on prod.
Extra things to consider:
Naming conventions for the extra models. With lots of extra models we might end up with lots of models to choose between on the dashboard
Dashboard needs to be updated to show these models
As part of our development cycle, it is beneficial to be able to run multiple versions of on dev at once. This pull requests adds the option for the app to be able to run multiple PVNet models.
This is configurable with the
RUN_EXTRA_MODELS
environmental variable so the extra models will not be run on prod.Extra things to consider: