Changeset 992299c in sasmodels for sasmodels/compare.py


Ignore:
Timestamp:
Sep 3, 2018 5:55:57 AM (6 years ago)
Author:
GitHub <noreply@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
da1c8d1, 475ff58
Parents:
39c2de9 (diff), bd7630d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Steve K <smk78@…> (09/03/18 05:55:57)
git-committer:
GitHub <noreply@…> (09/03/18 05:55:57)
Message:

Merge pull request #76 from SasView?/doc_update

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.