Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored and AldoGl committed Oct 29, 2024
1 parent 98b1f09 commit 9b2286b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ using PrecompileTools

@setup_workload let
parameters = BeforeIT.AUSTRIA2010Q1.parameters
initial_conditions = BeforeIT.AUSTRIA2010Q1.initial_conditions
T = 1
initial_conditions = BeforeIT.AUSTRIA2010Q1.initial_conditions
T = 1
@compile_workload let
model = BeforeIT.init_model(parameters, initial_conditions, T)
data = BeforeIT.init_data(model);
BeforeIT.one_epoch!(model)
BeforeIT.update_data!(data, model)
data = BeforeIT.init_data(model);
BeforeIT.one_epoch!(model)
BeforeIT.update_data!(data, model)
end
end
end

0 comments on commit 9b2286b

Please sign in to comment.