Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 10, 2024
1 parent a85f5fd commit 1aa8119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nowcasting_datamodel/save/save.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def save(
forecast values in the forecast_value_last_seven_days table
Please note that this does remove some data, which might be needed when calculating metrics.
Another solution to this is to make a forecast <--> forecast_value a many-to-many relationship.
This means one forecast will still have the full range of forecast values assign with it.
This means one forecast will still have the full range of forecast values assign with it.
"""

use_adjuster_env_var = bool(os.getenv("USE_ADJUSTER", "True").lower() in ["true", "1"])
Expand Down

0 comments on commit 1aa8119

Please sign in to comment.