You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor bug: create_curve_cubic and create_curve_exponent in Protoype.utilities.rb do not have 'model' as an argument, instead passing self to the curve constructor. But since the methods are part of the Standard class, this won't work, and trying to call the methods will throw a TypeError "Expected argument 0 of type openstudio::model::Model const &, but got [standard class]":
Note: these methods aren't currently used anywhere in the code base, but should at least be fixed so they could work.
Minor bug:
create_curve_cubic
andcreate_curve_exponent
in Protoype.utilities.rb do not have 'model' as an argument, instead passingself
to the curve constructor. But since the methods are part of theStandard
class, this won't work, and trying to call the methods will throw a TypeError "Expected argument 0 of type openstudio::model::Model const &, but got [standard class]":Note: these methods aren't currently used anywhere in the code base, but should at least be fixed so they could work.
openstudio-standards/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb
Lines 622 to 634 in abae015
openstudio-standards/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb
Lines 647 to 658 in abae015
The text was updated successfully, but these errors were encountered: