source:
issm/oecreview/Archive/24684-25833/ISSM-25190-25191.diff@
25834
Last change on this file since 25834 was 25834, checked in by , 4 years ago | |
---|---|
File size: 603 bytes |
-
../trunk-jpl/src/m/contrib/defleurian/netCDF/export_netCDF.py
18 18 self.data.append(r) 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))) 24 23 else:
Note:
See TracBrowser
for help on using the repository browser.