Ignore:
Timestamp:
May 11, 2006, 1:26:48 PM (19 years ago)
Author:
jack
Message:

Rolled back the patching of the metis sources. Now passes the unittest
on x86_64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pymetis/test_metis.py

    r2806 r2842  
    3838        #print epart
    3939        #print npart
    40         epart_expected = array([2, 0, 2, 0, 0, 0], 'i')
    41         npart_expected = array([0, 0, 2, 0, 2, 0, 2], 'i')
     40        epart_expected = array([2, 2, 0, 0, 0, 0], 'i')
     41        npart_expected = array([0, 2, 2, 2, 0, 0, 0], 'i')
    4242        self.assert_(edgecut == 5)
    4343        for i in range(len(epart)):
Note: See TracChangeset for help on using the changeset viewer.