lib/urbanopt/scenario/simulation_dir_osw.rb in urbanopt-scenario-0.3.0.pre1 vs lib/urbanopt/scenario/simulation_dir_osw.rb in urbanopt-scenario-0.3.0
- old
+ new
@@ -130,12 +130,10 @@
end
end
return result
end
- # rubocop: disable Metrics/AbcSize #:nodoc:
-
##
# Return true if the simulation is out of date (input files newer than results), false otherwise.
# Non-existant simulation input files are out of date.
##
def out_of_date?
@@ -196,11 +194,9 @@
end
return false
end
# rubocop: enable Metrics/AbcSize #:nodoc:
-
- # rubocop: disable Style/GuardClause #:nodoc:
##
# Return simulation status one of {'Not Started', 'Started', 'Complete', 'Failed'}
##
def simulation_status