From 04ce9881749137ad730a7e069dbc06e197c23bf9 Mon Sep 17 00:00:00 2001 From: Pawan Bharadwaj Date: Thu, 3 Oct 2024 11:21:47 +0530 Subject: [PATCH] removed precompile SeisForwExpt --- src/GeoPhyInv.jl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/GeoPhyInv.jl b/src/GeoPhyInv.jl index 946fbc0..acbeb8b 100644 --- a/src/GeoPhyInv.jl +++ b/src/GeoPhyInv.jl @@ -204,14 +204,14 @@ include("plots.jl") # ============= Precompile ================================= -@setup_workload begin +# @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. - pa_test = SeisForwExpt(FdtdAcoustic{FullWave}(:forward, 1), RandScatterer()) - @compile_workload begin - update!(pa_test); - end -end + # pa_test = SeisForwExpt(FdtdAcoustic{FullWave}(:forward, 1), RandScatterer()) + # @compile_workload begin + # update!(pa_test); + # end +# end end # module GeoPhyInv