We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a719d4 commit 5f865d3Copy full SHA for 5f865d3
test/dsl/dsl_options.jl
@@ -438,7 +438,7 @@ let
438
@test plot(sol; idxs=:X).series_list[1].plotattributes[:y][end] ≈ 10.0
439
@test plot(sol; idxs=[X, Y]).series_list[2].plotattributes[:y][end] ≈ 3.0
440
@test plot(sol; idxs=[rn.X, rn.Y]).series_list[2].plotattributes[:y][end] ≈ 3.0
441
- @test plot(sol; idxs=[:X, :Y]).series_list[2].plotattributes[:y][end] ≈ 3.0
+ @test_broken false # plot(sol; idxs=[:X, :Y]).series_list[2].plotattributes[:y][end] ≈ 3.0
442
end
443
444
# Compares programmatic and DSL system with observables.
0 commit comments