Skip to content

Commit bd6061b

Browse files
Refactor imports in runtests.jl for improved readability and organization
1 parent 9545119 commit bd6061b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

test/runtests.jl

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
using LinearAlgebra, Test
22
using Aqua
3-
using ADNLPModels,
4-
DifferentialEquations,
5-
ManualNLPModels,
6-
MLDatasets,
7-
NLPModels,
8-
ProximalOperators,
9-
QuadraticModels
3+
using ManualNLPModels, MLDatasets, NLPModels, ProximalOperators, QuadraticModels
104

11-
# This package is skipped on FreeBSD due to issues with SciMLSensitivity and Enzyme packages
5+
# Skip these packages on FreeBSD due to Enzyme.jl precompilation issues; FH tests are not run on FreeBSD.
126

137
if !Sys.isfreebsd()
14-
using SciMLSensitivity
8+
using ADNLPModels, DifferentialEquations, SciMLSensitivity
159
end
1610

1711
using RegularizedProblems

0 commit comments

Comments
 (0)