test/workspace_test.rb in y_petri-2.0.14 vs test/workspace_test.rb in y_petri-2.0.15

- old
+ new

@@ -23,10 +23,10 @@ rate: -> { 0.1 }, stoichiometry: 1 @pp, @tt = [a, b, c], [t1, t2] @f_name = "test_output.csv" @w.set_imc @pp.τBᴍHτ( &:default_marking ) - @w.set_ssc step: 0.1, sampling: 10, target_time: 50 + @w.set_ssc step: 0.1, sampling: 10, time: 0..50 @w.set_cc( {} ) @sim = @w.new_timed_simulation File.delete @f_name rescue nil end