Skip to content

Commit

Permalink
change conditional test order
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Aug 21, 2023
1 parent 1f34445 commit eb81069
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/precompile.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@setup_workload begin
# Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
# precompile file and potentially make loading faster.
if Base.VERSION >= v"1.9"
if Base.VERSION >= v"1.9"
@setup_workload begin
# Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
# precompile file and potentially make loading faster.
cutoff = 0.05
x3d = rand(3, 100)
y3d = rand(3, 100)
Expand Down

0 comments on commit eb81069

Please sign in to comment.