Changeset 25135


Ignore:
Timestamp:
06/24/20 11:19:41 (5 years ago)
Author:
jdquinn
Message:

BUG: Partitioner now returns tuple.

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

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

    r25044 r25135  
    3333#partitioning
    3434npart = 20
    35 partition = partitioner(md, 'package', 'chaco', 'npart', npart, 'weighting', 'on') - 1
     35partition = partitioner(md, 'package', 'chaco', 'npart', npart, 'weighting', 'on')[0] - 1
    3636md.qmu.isdakota = 1
    3737
  • issm/trunk-jpl/test/NightlyRun/test440.py

    r25010 r25135  
    1919#partitioning
    2020npart = md.mesh.numberofvertices
    21 partition = partitioner(md, 'package', 'linear', 'npart', npart) - 1
     21partition = partitioner(md, 'package', 'linear', 'npart', npart)[0] - 1
    2222md.qmu.isdakota = 1
    2323
Note: See TracChangeset for help on using the changeset viewer.