Changeset 24164


Ignore:
Timestamp:
09/26/19 13:02:15 (5 years ago)
Author:
schlegel
Message:

CHG: partition needs to be a columnn now

File:
1 edited

Legend:

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

    r23793 r24164  
    7474md.qmu.numberofpartitions = md.mesh.numberofvertices
    7575md = partitioner(md, 'package', 'linear', 'npart', md.qmu.numberofpartitions)
    76 md.qmu.partition = (md.qmu.partition - 1.).reshape(-1, 1).T
     76md.qmu.partition = md.qmu.partition - 1
    7777
    7878#Dakota options
Note: See TracChangeset for help on using the changeset viewer.