Skip to content

Commit

Permalink
Merge pull request #3524 from JuliaReach/schillic/helpers
Browse files Browse the repository at this point in the history
Fix `Array` package source in tests
  • Loading branch information
schillic authored Jun 8, 2024
2 parents 954b3d9 + bf959b5 commit d45d43b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ using Symbolics
# Non-exported helper functions
# ==============================
using LazySets: _leq, _geq, isapproxzero, _isapprox, _ztol, ispermutation, basetype
using LazySets.Arrays: isinvertible, inner, allequal, is_cyclic_permutation, SingleEntryVector
using LazySets.ReachabilityBase.Arrays: allequal, inner, is_cyclic_permutation,
isinvertible, SingleEntryVector

global test_suite_basic = true
global test_suite_polyhedra = true
Expand Down

0 comments on commit d45d43b

Please sign in to comment.