File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 493
493
@test plot (sol; idxs= :X ). series_list[1 ]. plotattributes[:y ][end ] ≈ 10.0
494
494
@test plot (sol; idxs= [X, Y]). series_list[2 ]. plotattributes[:y ][end ] ≈ 3.0
495
495
@test plot (sol; idxs= [rn. X, rn. Y]). series_list[2 ]. plotattributes[:y ][end ] ≈ 3.0
496
- @test_broken plot (sol; idxs= [:X , :Y ]). series_list[2 ]. plotattributes[:y ][end ] ≈ 3.0 # (https://github.com/SciML/ModelingToolkit.jl/issues/2778)
496
+ @test plot (sol; idxs= [:X , :Y ]). series_list[2 ]. plotattributes[:y ][end ] ≈ 3.0 # (https://github.com/SciML/ModelingToolkit.jl/issues/2778)
497
497
end
498
498
499
499
# Compares programmatic and DSL system with observables.
950
950
rl = oderatelaw (reactions (rn3)[1 ]; combinatoric_ratelaw)
951
951
@unpack k1, A = rn3
952
952
@test isequal (rl, k1* A^ 2 )
953
- end
953
+ end
You can’t perform that action at this time.
0 commit comments