source: issm/oecreview/Archive/24684-25833/ISSM-25718-25719.diff@ 25834

Last change on this file since 25834 was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 692 bytes
RevLine 
[25834]1Index: ../trunk-jpl/test/NightlyRun/test437.py
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/test437.py (revision 25718)
4+++ ../trunk-jpl/test/NightlyRun/test437.py (revision 25719)
5@@ -71,7 +71,7 @@
6 i1 = 0
7 i2 = int(np.ceil(t2 / md.timestepping.time_step) + 2) - 1
8 i3 = int(np.ceil(md.timestepping.final_time / (2. * md.timestepping.time_step))) - 1
9-i4 = np.shape(md.results.TransientSolution)[0] - 1
10+i4 = len(md.results.TransientSolution) - 1
11 field_values = [md.results.TransientSolution[i1].Enthalpy,
12 md.results.TransientSolution[i1].Temperature,
13 md.results.TransientSolution[i1].Waterfraction,
Note: See TracBrowser for help on using the repository browser.