Changeset 6916174 in sasmodels


Ignore:
Timestamp:
Mar 20, 2019 1:19:52 PM (5 years ago)
Author:
richardh
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
78cf85e
Parents:
0d362b7
Message:

correct test file names for sphere and ellipsoid shulz, used by sasfit_compare_new for testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • explore/beta/sasfit_compare_new.py

    r2586ab72 r6916174  
    751751    } 
    752752 
    753     Q, IQ = load_sasfit(data_file('richard_test.txt')) 
    754     Q, IQSD = load_sasfit(data_file('richard_test2.txt')) 
    755     Q, IQBD = load_sasfit(data_file('richard_test3.txt')) 
     753    Q, IQ = load_sasfit(data_file('sasfit_sphere_schulz_IQD.txt')) 
     754    Q, IQSD = load_sasfit(data_file('sasfit_sphere_schulz_IQSD.txt')) 
     755    Q, IQBD = load_sasfit(data_file('sasfit_sphere_schulz_IQBD.txt')) 
    756756    target = Theory(Q=Q, F1=None, F2=None, P=IQ, S=None, I=IQSD, Seff=None, Ibeta=IQBD) 
    757757    actual = sphere_r(Q, norm="sasfit", **pars) 
     
    772772    } 
    773773 
    774     Q, IQ = load_sasfit(data_file('richard_test4.txt')) 
    775     Q, IQSD = load_sasfit(data_file('richard_test5.txt')) 
    776     Q, IQBD = load_sasfit(data_file('richard_test6.txt')) 
     774    Q, IQ = load_sasfit(data_file('sasfit_ellipsoid_schulz_IQD.txt')) 
     775    Q, IQSD = load_sasfit(data_file('sasfit_ellipsoid_schulz_IQSD.txt')) 
     776    Q, IQBD = load_sasfit(data_file('sasfit_ellipsoid_schulz_IQBD.txt')) 
    777777    target = Theory(Q=Q, F1=None, F2=None, P=IQ, S=None, I=IQSD, Seff=None, Ibeta=IQBD) 
    778778    actual = ellipsoid_pe(Q, norm="sasfit", **pars) 
Note: See TracChangeset for help on using the changeset viewer.