source: issm/oecreview/Archive/23390-24306/ISSM-23785-23786.diff

Last change on this file was 24307, checked in by Mathieu Morlighem, 5 years ago

NEW: adding Archive/23390-24306

File size: 691 bytes
RevLine 
[24307]1Index: ../trunk-jpl/test/NightlyRun/test2085.py
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/test2085.py (revision 23785)
4+++ ../trunk-jpl/test/NightlyRun/test2085.py (revision 23786)
5@@ -25,7 +25,7 @@
6 md.materials.viscosity = np.array([0,0,2.0000e+00,1.0000e+00,1.0000e+00,1.0000e+25]).reshape(-1,1)*1e21
7 md.materials.lame_lambda = np.array(md.materials.lame_mu)*0+5e14
8 md.materials.issolid = np.array([1,0,1,1,1,1]).reshape(-1,1)
9-md.materials.isburgers = np.zeros((md.materials.numlayers,))
10+md.materials.isburgers = np.zeros((md.materials.numlayers)).reshape(-1,1)
11
12 md.love.love_kernels = 1
13 md.love.allow_layer_deletion = 1
Note: See TracBrowser for help on using the repository browser.