Skip to content
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

Exports settings documentation out of date #116

Open
nlaws-camus opened this issue Oct 19, 2022 · 1 comment
Open

Exports settings documentation out of date #116

nlaws-camus opened this issue Oct 19, 2022 · 1 comment

Comments

@nlaws-camus
Copy link
Contributor

It appears that the Enhanced result export features page is no longer valid? It starts with:

Enhanced result export features

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

"Log Results" = true
"Return Results" = false
"Export Mode" = "byClass"
"Export Style" = "Single file"

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:

def pre_process(cls, values):
values.pop("Return Results", None)
values.pop("Export Mode", None)
values.pop("Export Style", None)

Also, I think that the "Scenario_settings.TOML file" is now the "simulation.toml" located in the top directory of a "project"?

@nlaws-camus
Copy link
Contributor Author

FYI @daniel-thom I will address some of these documentation issues if I can. Just trying to figure out how to use PyDSS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant