Changeset 6931


Ignore:
Timestamp:
Apr 29, 2009, 8:47:35 AM (15 years ago)
Author:
rwilson
Message:

Back-merged changes from numpy branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/patong_beach_validation/validate.py

    r6925 r6931  
    2121# try these in turn for each file
    2222## NOTE: It would be more reliable if we could somehow 'poll' Sourceforge
    23 ##       for a list of mirrors instead of hard-coding a list here.  That may
    24 ##       be too difficult, as we only get the chance to select a mirror when
    25 ##       actually downloading a file.
     23##       for a list of mirrors instead of hard-coding a list here.  The only
     24##       way to do this at the moment is to 'screen-scrape' the data at
     25##       http://apps.sourceforge.net/trac/sourceforge/wiki/Mirrors
     26##       but that only gets the main web page for the entity, not the
     27##       Sourceforge download mirror server.
    2628MIRRORS = ['http://transact.dl.sourceforge.net/sourceforge/anuga/',       # au
    2729           'http://voxel.dl.sourceforge.net/sourceforge/anuga/',          # us
     
    3032           'http://dfn.dl.sourceforge.net/sourceforge/anuga/'             # de
    3133          ]
     34### for testing
    3235##MIRRORS = ['http://10.7.64.243/patong_validation_data/']       # local linux box
    3336
    3437# URL to hand-get data files, if required
    35 DATA_FILES_URL = 'http://sourceforge.net/project/showfiles.php?group_id=172848'
     38DATA_FILES_URL = ('http://sourceforge.net/project/showfiles.php?'
     39                  'group_id=172848&package_id=319323&release_id=677531')
    3640
    3741# sequence of mandatory local data objects
Note: See TracChangeset for help on using the changeset viewer.