We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6344289 commit 319cbe9Copy full SHA for 319cbe9
1 file changed
ice_station_zebra/data/lightning/zebra_dataset.py
@@ -27,7 +27,7 @@ def __init__(
27
self.dataset = open_dataset(input_files, start=start, end=end)
28
self.dataset._name = name
29
self.chw = (self.space.channels, *self.space.shape)
30
- self._cache = LRUCache(maxsize=128)
+ self._cache: LRUCache = LRUCache(maxsize=128)
31
32
@property
33
def end_date(self) -> np.datetime64:
0 commit comments