Skip to content

Commit

Permalink
Merge pull request #756 from JuliaReach/schillic/warnings
Browse files Browse the repository at this point in the history
Fix warnings in tests
  • Loading branch information
schillic authored Jan 3, 2024
2 parents cc99428 + ff0bfe0 commit 13b8283
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions test/algorithms/VREP.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Polyhedra
using CDDLib
import Polyhedra
import CDDLib
using StaticArrays: SVector
using ReachabilityAnalysis: _reconvert

@testset "VREP constructor" begin
Expand Down
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ using Test
using ReachabilityAnalysis

TEST_MODELS = ["models/harmonic_oscillator.jl",
"models/harmonic_oscillator.jl",
"models/forced_oscillator.jl",
"models/exponential1D.jl",
"models/motor.jl",
Expand Down

0 comments on commit 13b8283

Please sign in to comment.