Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Nov 22, 2024
1 parent c5bb612 commit f7d7646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/upstream/mtk_structure_indexing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ let
for (prob, solver) in zip(deepcopy([oprob, sprob]), [Tsit5(), ImplicitEM(), SSAStepper()])

# Save single variable
if solver isa SSAStepper
if !(solver isa SSAStepper)
@test solve(prob, solver; seed, save_idxs=X)[X][1] == 4
@test solve(prob, solver; seed, save_idxs=model.X)[X][1] == 4
@test solve(prob, solver; seed, save_idxs=:X)[X][1] == 4
Expand Down

0 comments on commit f7d7646

Please sign in to comment.