Skip to content

Commit e1b3a00

Browse files
authored
test fix
1 parent d54844f commit e1b3a00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/upstream/mtk_structure_indexing.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,5 +383,3 @@ let
383383
@test jint.cb.condition.ma_jumps.scaled_rates[1] == 6.0
384384
end
385385

386-
@test_broken osol(0.0; idxs=[model.Y,model.XY]) == osol(0.0; idxs=[model.Y,model.XY]) == osol(0.0; idxs=[model.XY,model.X]) == [9, 5]
387-
@test_broken osol(0.0; idxs=(:Y,:XY)) == osol(0.0; idxs=(:Y,:XY)) == osol(0.0; idxs=(:XY,:Y)) == (9, 5)

0 commit comments

Comments
 (0)