Skip to content

Commit

Permalink
Merge pull request #227 from openclimatefix/upload_config_fix
Browse files Browse the repository at this point in the history
Numpy 2 and bug fix
  • Loading branch information
dfulu authored Jun 19, 2024
2 parents 7d3f9c8 + ff8a7fe commit 97c7bb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 97c7bb3

Please sign in to comment.