Skip to content

Commit 801c411

Browse files
ufechner7Copilot
andauthored
Update test/solver/test_solver.jl
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 85bda52 commit 801c411

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/solver/test_solver.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
using VortexStepMethod
22
using LinearAlgebra
33
using Test
4-
include("../test_data_utils.jl")
4+
if !@isdefined(test_data_path)
5+
include("../test_data_utils.jl")
6+
end
57

68
@testset "Solver Constructor Tests" begin
79
@testset "Solver Constructor with VSMSettings" begin

0 commit comments

Comments
 (0)