Changeset 25191
- Timestamp:
- 07/01/20 00:54:14 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/contrib/defleurian/netCDF/export_netCDF.py
r25190 r25191 19 19 20 20 def finalize(self, rows): 21 print("data of len {} with {} rows".format(len(self.data) ,rows))22 21 if len(self.data) > rows: 23 22 return np.reshape(self.data, newshape=(rows, int(len(self.data) / rows)))
Note:
See TracChangeset
for help on using the changeset viewer.