Skip to content

Commit

Permalink
accidental commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
slwu89 committed Oct 6, 2023
1 parent dab5e39 commit 90e413c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/tutorial_tests.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using ReactiveDynamics

@safetestset "example" "../tutorial/example.jl"
@safetestset "joins" "../tutorial/joins/joins.jl"
@safetestset "loadsave" "../tutorial/loadsave/loadsave.jl"
@safeinclude "example" "../tutorial/example.jl"
@safeinclude "joins" "../tutorial/joins/joins.jl"
@safeinclude "loadsave" "../tutorial/loadsave/loadsave.jl"
# @safeinclude "optimize" "../tutorial/optimize/optimize.jl"
# @safeinclude "solution wrap" "../tutorial/optimize/optimize_custom.jl"
@safetestset "toy pharma model" "../tutorial/toy_pharma_model.jl"
@safeinclude "toy pharma model" "../tutorial/toy_pharma_model.jl"

0 comments on commit 90e413c

Please sign in to comment.