Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE authored Jun 8, 2024
1 parent 1a4a816 commit 59294a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ using SafeTestsets, Test
@time @safetestset "Graphs Visualisations" begin include("visualisation/graphs.jl") end
end

Tests extensions.
# Tests extensions.
@time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
@time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end

end # @time
end # @time

0 comments on commit 59294a5

Please sign in to comment.