Ignore:
Timestamp:
Mar 17, 2009, 4:02:54 PM (16 years ago)
Author:
rwilson
Message:

Revert back to 6481, prior to auto-merge of trunk and numpy branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/caching/test_caching.py

    r6517 r6533  
    386386
    387387        # Check that hash value of callable objects don't change
    388         # FIXME (Ole): The hash values do appear to change when OS
    389         # and/or dependencies are upgraded
    390388        if os.name == 'posix' and os.uname()[4] in ['x86_64', 'ia64']:
    391389          # 64 bit hash values
    392           f1hash = 7079146893884768701
    393           f2hash = -6995306676314913340
    394 
    395           # Prior to cluster upgrades Feb 2009
    396           #f1hash = 1914027059797211698
    397           #f2hash = 1914027059807087171
     390          f1hash = 1914027059797211698
     391          f2hash = 1914027059807087171
    398392        else:
    399           # 32 bit hash values
    400393          f1hash = -758136387
    401394          f2hash = -11221564     
Note: See TracChangeset for help on using the changeset viewer.