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

Commit 329c5f3

Browse files
committed
Properly import OCF blosc2
1 parent 64ddaa8 commit 329c5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_dataset/data_sources/nwp/nwp_data_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import numpy as np
99
import pandas as pd
1010
import xarray as xr
11-
from ocf_blosc2 import Blosc2
11+
import ocf_blosc2
1212

1313
from nowcasting_dataset import utils
1414
from nowcasting_dataset.consts import NWP_VARIABLE_NAMES

0 commit comments

Comments
 (0)