File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ ControlPlots = "0.2.5"
4343DataFrames = " 1.7"
4444DefaultApplication = " 1"
4545DelimitedFiles = " 1"
46- DifferentiationInterface = " 0.6.48 "
46+ DifferentiationInterface = " 0.7.4 "
4747Documenter = " 1.8"
4848FiniteDiff = " 2.27.0"
4949Interpolations = " 0.15, 0.16"
@@ -54,7 +54,7 @@ Measures = "0.3"
5454NonlinearSolve = " 4.8.0"
5555Parameters = " 0.12"
5656Pkg = " 1"
57- PreallocationTools = " 0.4.25 "
57+ PreallocationTools = " 0.4.31 "
5858PrecompileTools = " 1.2.1"
5959Random = " 1.10.0"
6060SciMLBase = " 2.77.0"
@@ -64,7 +64,7 @@ Statistics = "1"
6464StructMapping = " 0.2.3"
6565Test = " 1"
6666Timers = " 0.1"
67- Xfoil = " 0.5 "
67+ Xfoil = " 0, 1 "
6868YAML = " 0.4.13"
6969julia = " 1.10, 1.11"
7070
Original file line number Diff line number Diff line change 1- using Aqua
1+ using Pkg
2+ if ! (" Aqua" ∈ keys (Pkg. project (). dependencies))
3+ using TestEnv; TestEnv. activate ()
4+ end
5+
6+ using Aqua, VortexStepMethod, Test
27@testset " Aqua.jl" begin
38 Aqua. test_all (
49 VortexStepMethod;
You can’t perform that action at this time.
0 commit comments