Skip to content

Commit

Permalink
Merge commit 'bad52701a5252a2e0b8040e68d683bc52174b704' into issue/00…
Browse files Browse the repository at this point in the history
…8-coarser-data
  • Loading branch information
peterdudfield committed Jun 20, 2024
2 parents f154de4 + bad5270 commit 6cf19ca
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 355 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.47
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:pvnet/__init__.py]
Expand Down
351 changes: 0 additions & 351 deletions experiments.sh

This file was deleted.

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.47"
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 6cf19ca

Please sign in to comment.