Changeset 6198


Ignore:
Timestamp:
Jan 19, 2009, 9:18:43 AM (15 years ago)
Author:
ole
Message:

Reduced memory estimate in response to ticket:242 being closed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/fitting/validate_benchmark_fit.py

    r6008 r6198  
    122122        # which closed tickets 244 and 302, mem_standard was as above.
    123123        # Temporary until ticket:242 is fixed increase it by 25%
    124         mem_standard *= 1.25
     124        #mem_standard *= 1.25
     125        # Ticket:242 is now fixed (19 Jan 2009), so mem_standard is
     126        #reduced again
    125127
    126128        msg = 'Memory used was %f, mem_standard is %f' %(float(mem), mem_standard)
Note: See TracChangeset for help on using the changeset viewer.