Skip to content

Commit

Permalink
Merge branch 'main' into clean_up
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Jun 19, 2024
2 parents e32874e + ac59e69 commit 95fa856
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 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 = 3.0.45
current_version = 3.0.46
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:pvnet/__init__.py]
Expand Down
2 changes: 1 addition & 1 deletion pvnet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PVNet"""
__version__ = "3.0.45"
__version__ = "3.0.46"
1 change: 0 additions & 1 deletion pvnet/models/multimodal/multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def __init__(
if self.include_sat:
# Param checks
assert sat_history_minutes is not None
assert nwp_forecast_minutes is not None

self.sat_sequence_len = (
sat_history_minutes - min_sat_delay_minutes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dynamic = ["version", "readme"]
license={file="LICENCE"}

dependencies = [
"ocf_datapipes>=3.3.6",
"ocf_datapipes>=3.3.34",
"ocf_ml_metrics>=0.0.11",
"numpy",
"pandas",
Expand Down

0 comments on commit 95fa856

Please sign in to comment.