Skip to content

Commit

Permalink
Bug correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Pauling committed Dec 12, 2023
1 parent 6840518 commit b95e4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realtime_pollen_calibration/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def get_change_phenol( # pylint: disable=R0912,R0914,R0915
print("-----------------------------------------")
# ADJUSTMENT OF SEASON START AND END AT THE BEGINNING OF THE SEASON
if (
(sum_obs_24 >= sum_obs_24)
(sum_obs_24 >= thr_con_24[pollen_type])
and (sum_obs >= thr_con_120[pollen_type])
and ctsum_stns < tthrs_stns
):
Expand Down

0 comments on commit b95e4d9

Please sign in to comment.