problems in measure "Tariff_Selection_Flat"
when I want use "Tariff_Selection_Flat", the simulation is failed, the output are:
DL is deprecated, please use Fiddle
C:/Program Files/OpenStudio 1.12.3/ruby-install/ruby/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- C:/Users/sdl06/AppData/Local/Temp/OpenStudio.M18760/resources/run/3-UserScript-0/mergedjob-0/resources/os_lib_helper_methods (LoadError)
from C:/Program Files/OpenStudio 1.12.3/ruby-install/ruby/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from C:/Users/sdl06/AppData/Local/Temp/OpenStudio.M18760/resources/run/3-UserScript-0/mergedjob-0/user_script.rb:4:in `<top (required)>'
from mergedjob-0/in.rb:103:in `load'
from mergedjob-0/in.rb:103:in `<main>'
Does somebody help me to figure out what's happen?
Strange, it seems like it can't find a file in the resources directory of the measure. I just downloaded the most recent version on BCL and it had the file and the tests all ran fine. Can you confirm if your have 'os_lib_helper_methods.rb' with your measure. Also if you remove this measure does your simulation run fine? There was a small fix in September to units but that wouldn't cause the issue you are seeing. Are you using this in the OpenStudio Application or PAT?
Thank you for your reply, I do use this in OpenStudio, and it's not from the resource dictionary, I find it in measure, but the file is not found at the folder which is auto-generated during measure operation.
Do you have this same issue if you use the measure in another project, or is the issue just isolated to a specific workflow. I'm also wondering if moving up to 1.13.0 or 1.14.0 fixes this for you.