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

Commit 17fb0fb

Browse files
committed
Misc update
1 parent 194dcfe commit 17fb0fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nowcasting_dataset/data_sources/optical_flow/optical_flow_data_source.py

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def _compute_and_return_optical_flow(self, satellite_data: xr.DataArray, t0_dt:
176176
predictions.append(warped_image)
177177
prediction_dictionary[channel] = predictions
178178
# TODO Convert to xr.DataArray
179+
# Swap out data for the future part of the dataarray
179180
return prediction_dictionary
180181

181182

0 commit comments

Comments
 (0)