lib/measures/TimeseriesPlot/measure.rb in openstudio-calibration-0.5.0 vs lib/measures/TimeseriesPlot/measure.rb in openstudio-calibration-0.5.1

- old
+ new

@@ -54,10 +54,10 @@ def modeler_description 'NOTE: This will load and respond slowly in the OS app, especially if you select * on a variable with many possible keys or you select timestep data. Suggest you open it in a web browser like Chrome instead.' end # define the arguments that the user will input - def arguments + def arguments(model = nil) args = OpenStudio::Measure::OSArgumentVector.new # make an argument for the variable name variable_name = OpenStudio::Measure::OSArgument.makeStringArgument('variable_name', true) variable_name.setDisplayName('Enter Variable Name.')