Changeset 2668


Ignore:
Timestamp:
Apr 6, 2006, 11:27:46 AM (18 years ago)
Author:
ole
Message:

Changed default value for acceptable_overshoot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/least_squares.py

    r2666 r2668  
    157157                alpha = DEFAULT_ALPHA,
    158158                verbose = False,
    159                 acceptable_overshoot = 1,
     159                acceptable_overshoot = 1.01,
    160160                expand_search = False,
    161161                data_origin = None,
     
    272272                                                          min(zeta), max(zeta))
    273273            msg += 'If greater range is needed, increase the value of '
    274             msg += 'acceptable_fit_overshoot (currently %f).\n' %(acceptable_overshoot)
     274            msg += 'acceptable_fit_overshoot (currently %.2f).\n' %(acceptable_overshoot)
    275275
    276276
Note: See TracChangeset for help on using the changeset viewer.