Skip to content

Commit

Permalink
Fixing profiling usage
Browse files Browse the repository at this point in the history
  • Loading branch information
davidorme committed Feb 4, 2025
1 parent d98ab8a commit c3000d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/profiling/pmodel/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ def _scale_up(array, scaling_factor: int):
local_time = ds["local_time"].to_numpy().squeeze()

# Generate and check the PModelEnvironment
pm_env = PModelEnvironment(tc=tc, patm=patm, vpd=vpd, co2=co2)
pm_env = PModelEnvironment(
tc=tc, patm=patm, vpd=vpd, co2=co2, fapar=fapar, ppfd=ppfd
)

yield pm_env, fapar, ppfd, local_time

Expand Down

0 comments on commit c3000d5

Please sign in to comment.