Last change
on this file since 25834 was 25834, checked in by Mathieu Morlighem, 4 years ago |
CHG: added 24684-25833
|
File size:
603 bytes
|
Rev | Line | |
---|
[25834] | 1 | Index: ../trunk-jpl/src/m/contrib/defleurian/netCDF/export_netCDF.py
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/contrib/defleurian/netCDF/export_netCDF.py (revision 25190)
|
---|
| 4 | +++ ../trunk-jpl/src/m/contrib/defleurian/netCDF/export_netCDF.py (revision 25191)
|
---|
| 5 | @@ -18,7 +18,6 @@
|
---|
| 6 | self.data.append(r)
|
---|
| 7 |
|
---|
| 8 | def finalize(self, rows):
|
---|
| 9 | - print("data of len {} with {} rows".format(len(self.data) ,rows))
|
---|
| 10 | if len(self.data) > rows:
|
---|
| 11 | return np.reshape(self.data, newshape=(rows, int(len(self.data) / rows)))
|
---|
| 12 | else:
|
---|
Note:
See
TracBrowser
for help on using the repository browser.