Skip to content

Commit

Permalink
Merge branch 'issue/remove-hcct' into issue/mcc-lcc
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Mar 29, 2023
2 parents 9560a97 + 2c65543 commit 63c1199
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.1.15
current_version = 0.1.16

[bumpversion:file:gradboost_pv/__init__.py]
search = __version__ = "{current_version}"
Expand Down
3 changes: 0 additions & 3 deletions configs/default_production_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,13 @@ required_model_covariates:
[
"dswrf_within",
"dswrf_outer",
"hcct_within",
"hcct_outer",
"lcc_within",
"lcc_outer",
"t_within",
"t_outer",
"wdir10_within",
"wdir10_outer",
"dswrf_diff",
"hcct_diff",
"lcc_diff",
"t_diff",
"wdir10_diff",
Expand Down
2 changes: 1 addition & 1 deletion gradboost_pv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Library for NationalBoost model"""
__version__ = "0.1.15"
__version__ = "0.1.16"
2 changes: 1 addition & 1 deletion gradboost_pv/models/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
logger = logging.getLogger(__name__)

DEV_BUCKET_NAME = "nowcasting-national-forecaster-models-development"
MODEL = "v1"
MODEL = "v2"


def build_object_name(forecast_horizon_hour: int) -> str:
Expand Down
2 changes: 1 addition & 1 deletion gradboost_pv/preprocessing/region_filtered.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lcc",
"hcc",
"dswrf",
"hcct",
# "hcct",
"lcc",
"t",
# "sde",
Expand Down

0 comments on commit 63c1199

Please sign in to comment.