-
Notifications
You must be signed in to change notification settings - Fork 82
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
issue1494: fix missing parameter bindings #1504
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, only two minor questions!
@@ -226,12 +226,6 @@ model Chiller "Base model of FastHVAC Chiller" | |||
extent={{6,-6},{-6,6}}, | |||
rotation=90, | |||
origin={16,-52}))); | |||
Modelica.Blocks.Interfaces.RealInput iceFac_in if not useBusConnectorOnly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this change, this should not impact OM
@jonas0902 : Can you check the model
|
Errors in regression test. Compare the results on the following page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI passes, thanks for the fix!
closes #1494
Missing parameter bindings have been added in the form of default parameters.
Redundant conditional arguments in a non-connect context have been removed.