Skip to content

Commit 55a1f94

Browse files
committed
comment
1 parent 7c05c99 commit 55a1f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jumpsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ j1 = ConstantRateJump(k, [X ~ X - 1])
276276
@test_nowarn @mtkbuild js1 = JumpSystem([j1], t, [X], [k])
277277

278278

279-
# test correct autosolver is selected
279+
# test correct autosolver is selected, which implies appropriate dep graphs are available
280280
let
281281
@parameters k
282282
@variables X(t)

0 commit comments

Comments
 (0)