Ignore:
Timestamp:
10/24/15 08:43:05 (7 months ago)
Author:
mmckerns
Message:

fix spelling error for suppress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mystic/examples/test_svr1.py

    r835 r839  
    4747constrain = constraint(solvers(solve(constrain,target=['x0']))) 
    4848 
    49 from mystic import supressed 
    50 @supressed(1e-5) 
     49from mystic import suppressed 
     50@suppressed(1e-5) 
    5151def conserve(x): 
    5252    return constrain(x) 
Note: See TracChangeset for help on using the changeset viewer.