We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4ffaf commit 36b4f37Copy full SHA for 36b4f37
src/weathergen/datasets/stream_data.py
@@ -202,7 +202,7 @@ def add_target(
202
self.target_tokens[fstep] = torch.cat(targets)
203
self.target_coords[fstep] = torch.cat(target_coords)
204
self.target_times_raw[fstep] = np.concatenate(times_raw)
205
- self.target_coords_raw[fstep] = target_coords_raw
+ self.target_coords_raw[fstep] = torch.cat(target_coords_raw)
206
207
tc = target_coords
208
self.target_coords_lens[fstep] = torch.tensor(
0 commit comments