NREL / OpenStudio-server

The OpenStudio Server is a docker or Helm deployable instance which allows for large-scale parametric analyses of building energy models using the OpenStudio or URBANopt CLIs.
http://www.openstudio.net/
Other
45 stars 20 forks source link

uri-open API change from ruby 2.7 -> 3.x #738

Closed brianlball closed 6 months ago

brianlball commented 6 months ago

change the call to open to URI.open in server/app/jobs/dj_jobs/run_simulate_data_point.rb

C:/Projects/OS-Server-develop/server/app/jobs/dj_jobs/run_simulate_data_point.rb:432: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open