Skip to content

Commit

Permalink
Update RCCircuit.jmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jun 24, 2024
1 parent 4535d7d commit e244668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/ModelingToolkit/RCCircuit.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ end

function run_and_time_om!(ss_times, times, max_sizes, i, n)
run_and_time_julia!(ss_times, times, max_sizes, i, n)
if n <= max_sizes[end]
if n <= max_sizes[8]
total_times[i, end] = time_open_modelica(n)
end
@views println("n = $(n)\nstructural_simplify_times = $(ss_times[i,:])\ncomponent times = $(times[i, :])\ntotal times = $(total_times[i, :])")
Expand Down

0 comments on commit e244668

Please sign in to comment.