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

25.1->25.2 backward compatibility issue for creating output parameter from report definition #3737

Open
mkundu1 opened this issue Feb 14, 2025 · 0 comments
Assignees

Comments

@mkundu1
Copy link
Contributor

mkundu1 commented Feb 14, 2025

Following is the syntax to create output parameter from report definition in 25.1:

solver_session.settings.parameters.output_parameters.report_definitions[
    "parameter-5"
] = {}
solver_session.settings.parameters.output_parameters.report_definitions[
    "parameter-5"
] = {"report_definition": "outlet-temp-avg"}

Following is the syntax to create output parameter from report definition in 25.2:

solver_session.settings.parameters.output_parameters.report_definitions.create(report_def_name="outlet-temp-avg")

The 25.1 syntax doesn't work in 25.2. This is a backward compatibility issue.

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

3 participants