Changeset bd7630d in sasmodels for sasmodels/compare.py


Ignore:
Timestamp:
Aug 20, 2018 4:15:02 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
c11d09f
Parents:
0168844
Message:

update scripting docs. Refs #1141

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare.py

    raf7a97c rbd7630d  
    12881288 
    12891289    if opts['datafile'] is not None: 
    1290         data = load_data(os.path.expanduser(opts['datafile'])) 
     1290        data0 = load_data(os.path.expanduser(opts['datafile'])) 
     1291        data = data0, data0 
    12911292    else: 
    12921293        # Hack around the fact that make_data doesn't take a pair of resolutions 
Note: See TracChangeset for help on using the changeset viewer.