Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 7e25cf8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a3c856d commit 7e25cf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nowcasting_dataset/consts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
# Satellite data
99
# TODO: remove this?
1010
SAT_FILENAME = "gs://" + str(
11-
Path("solar-pv-nowcasting-data") / "satellite/EUMETSAT/SEVIRI_RSS/OSGB36/all_zarr_int16_single_timestep.zarr"
11+
Path("solar-pv-nowcasting-data")
12+
/ "satellite/EUMETSAT/SEVIRI_RSS/OSGB36/all_zarr_int16_single_timestep.zarr"
1213
)
1314

1415
# Typing

0 commit comments

Comments
 (0)