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

[FEATURE] Output results of only certain attributes #542

Open
nitbharambe opened this issue Mar 20, 2024 · 1 comment
Open

[FEATURE] Output results of only certain attributes #542

nitbharambe opened this issue Mar 20, 2024 · 1 comment
Labels
feature New feature or request

Comments

@nitbharambe
Copy link
Member

Description

Currently in PGM, it is possible to output results of only required components using the output_component_types argument in calculate_* functions. In very big grids with large batches, even this output can be huge.

Also having the output of all line array is inefficient for example when only id and loading are required. Another example can be at load/gen where only p and q are required.

At such cases it might be useful to output only certain attributes.

@nitbharambe
Copy link
Member Author

Implemented by #548

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Q4 2024
Development

No branches or pull requests

1 participant