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

shared curves are making shift_hours_of_operation fail #15

Open
DavidGoldwasser opened this issue Nov 20, 2020 · 1 comment
Open

shared curves are making shift_hours_of_operation fail #15

DavidGoldwasser opened this issue Nov 20, 2020 · 1 comment

Comments

@DavidGoldwasser
Copy link
Collaborator

The measure code works as it should, an error I assume is getting passed along from standards for curves. These are not warnings, but errors that return the measure false.

ERROR MESSAGES
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Biquadratic' and named 'Curve Biquadratic 31' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Quadratic' and named 'Curve Quadratic 38' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Biquadratic' and named 'Curve Biquadratic 32' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Quadratic' and named 'Curve Quadratic 39' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Quadratic' and named 'Curve Quadratic 40' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Biquadratic' and named 'Curve Biquadratic 31' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Quadratic' and named 'Curve Quadratic 38' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Biquadratic' and named 'Curve Biquadratic 32' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Quadratic' and named 'Curve Quadratic 39' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Quadratic' and named 'Curve Quadratic 40' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Biquadratic' and named 'Curve Biquadratic 31' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Quadratic' and named 'Curve Quadratic 38' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Biquadratic' and named 'Curve Biquadratic 32' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Quadratic' and named 'Curve Quadratic 39' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Quadratic' and named 'Curve Quadratic 40' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Biquadratic' and named 'Curve Biquadratic 31' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Quadratic' and named 'Curve Quadratic 38' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Biquadratic' and named 'Curve Biquadratic 32' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Quadratic' and named 'Curve Quadratic 39' has multiple parents. Returning the first.
[openstudio.model.Curve] This Curve, Object of type 'OS:Curve:Quadratic' and named 'Curve Quadratic 40' has multiple parents. Returning the first.

@DavidGoldwasser
Copy link
Collaborator Author

DavidGoldwasser commented Nov 20, 2020

I hoped to make a mini-measure to replicate this, but the code below isn't enough. It runs fine. At some point in the parametric code in standards I'm stepping-through zone equipment which is likely when this get called?

OsLib_HelperMethods.setup_log_msgs(runner,true) # bool is debug
standard = Standard.build('90.1-2004') # selected template doesn't matter
runner.registerInfo("I am not doing anything")
OsLib_HelperMethods.log_msgs

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