Changeset ce0b154 in sasmodels for sasmodels/compare.py


Ignore:
Timestamp:
Mar 1, 2016 1:40:57 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
a4a7308
Parents:
c437dbb
Message:

fix typo in compare option -lowq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare.py

    rd5e650d rce0b154  
    701701        elif arg == '-highq':   opts['qmax'] = 1.0 
    702702        elif arg == '-midq':    opts['qmax'] = 0.2 
    703         elif arg == '-loq':     opts['qmax'] = 0.05 
     703        elif arg == '-lowq':    opts['qmax'] = 0.05 
    704704        elif arg.startswith('-nq='):       opts['nq'] = int(arg[4:]) 
    705705        elif arg.startswith('-res='):      opts['res'] = float(arg[5:]) 
Note: See TracChangeset for help on using the changeset viewer.