You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyDSS provides users with high level options to export results and variables of interest. Within the Scenario_settings.TOML file there are four settings users are able to change
For example, searching the code for instances of "Export Mode" brings up a lot of toml files, but the ExportsModel class removes the "Export Mode" before parsing:
It appears that the Enhanced result export features page is no longer valid? It starts with:
For example, searching the code for instances of "Export Mode" brings up a lot of toml files, but the
ExportsModel
class removes the "Export Mode" before parsing:PyDSS/PyDSS/simulation_input_models.py
Lines 386 to 389 in 127d531
Also, I think that the "Scenario_settings.TOML file" is now the "simulation.toml" located in the top directory of a "project"?
The text was updated successfully, but these errors were encountered: