Ignore:
Timestamp:
06/17/20 12:13:40 (5 years ago)
Author:
jdquinn
Message:

BUG: Majority of fixes for Dakota Python tests; still need to fix test418.m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test413.py

    r25016 r25044  
    3434md.qmu.variables.drag_coefficient = normal_uncertain.normal_uncertain(
    3535    'descriptor', 'scaled_FrictionCoefficient',
    36     'mean', np.ones(npart),
    37     'stddev', .01 * np.ones(npart),
     36    'mean', np.ones((npart, 1)),
     37    'stddev', .01 * np.ones((npart, 1)),
    3838    'partition', partition
    3939    )
Note: See TracChangeset for help on using the changeset viewer.