Dear all,
Either there is something very wrong here or I am missing something very basic and I apologize, I am trying to run the following line of code to test a measure.
# class level variable @@co = OpenStudio::Runmanager::ConfigOptions.new(true)
Unfortunately, I get the error back: in `<class:pushcustomresultstomongodb_test>': uninitialized constant OpenStudio::Runmanager (NameError) (see attached screenshot).
I have 'required openstudio' so ruby should be able to access the constructor for this class from the openstudio SDK. What I am doing wrong here?
Many thanks