Skip to content

Commit 9bdc27a

Browse files
committed
Fix precompile relpath
1 parent c0d4cd4 commit 9bdc27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/precompile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@compile_workload begin
88
# all calls in this block will be precompiled, regardless of whether
99
# they belong to your package or not (on Julia 1.8 and higher)
10-
vss = vs("vsm_settings_dual.yaml")
10+
vss = vs(joinpath(path, "../data/vsm_settings_dual.yaml"))
1111
# Step 1: Define wing parameters
1212
n_panels = 20 # Number of panels
1313
span = 20.0 # Wing span [m]

0 commit comments

Comments
 (0)