Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/Benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ jobs:
with:
julia-version: ${{ matrix.version }}
bench-on: ${{ github.event.pull_request.head.sha }}
extra-pkgs: |
https://github.com/PalmStudio/XPalm.jl#main
https://github.com/VEZY/PlantBiophysics.jl#master
2 changes: 2 additions & 0 deletions benchmark/test-xpalm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ function xpalm_default_param_convert_outputs(sim_outputs)
end


println(Pkg.status("XPalm"))

#=@testset "XPalm simple test" begin
# default number of seconds is 5
b_XP = @benchmark xpalm_default_param_run() seconds = 120
Expand Down
2 changes: 2 additions & 0 deletions src/PlantSimEngine.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ include("time/runtime/meteo_sampling.jl")

# Simulation:
include("run.jl")
include("compiled_model.jl")

# Fitting
include("evaluation/fit.jl")
Expand Down Expand Up @@ -137,6 +138,7 @@ export inputs, outputs, variables, convert_outputs
export timespec, output_policy, timestep_hint, meteo_hint
export input_bindings, meteo_bindings, meteo_window, output_routing, model_scope
export run!
export compile_model, write_compiled_model
export fit

# Re-exporting PlantMeteo main functions:
Expand Down
Loading
Loading