bug fixed, test with all timesteps later

This commit is contained in:
Fischer Robert
2024-01-24 10:49:49 +01:00
parent 95b0c242f1
commit 5a7df6d045

View File

@@ -151,7 +151,7 @@ class volume_maker:
# .sel(timestep=timesteps[i]).data
else:
print('processing time step ',str(self.ts))
self.xarray_to_npy(imdata.sel(timestep=self.ts).data, self.ts)
self.xarray_to_npy(imdata, self.ts)
if __name__ == '__main__':
### Parse arguments