Changeset f837f0b in sasmodels for sasmodels/conversion_table.py


Ignore:
Timestamp:
Oct 2, 2016 5:23:48 AM (8 years ago)
Author:
ajj
Branches:
release_v0.94, release_v0.95
Children:
be86916
Parents:
d247047
Message:

Removing problematic RPA model for 0.94 release of sasmodels / 4.0 release of sasview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/conversion_table.py

    r5f1acda rf837f0b  
    649649        } 
    650650    ], 
    651     "rpa": [ 
    652         "RPA10Model", 
    653         { 
    654             "K12": "Kab", "K13": "Kac", "K14": "Kad", 
    655             "K23": "Kbc", "K24": "Kbd", "K34": "Kcd", 
    656             "N1": "Na", "N2": "Nb", "N3": "Nc", "N4": "Nd", 
    657             "L1": "La", "L2": "Lb", "L3": "Lc", "L4": "Ld", 
    658             "v1": "va", "v2": "vb", "v3": "vc", "v4": "vd", 
    659             "b1": "ba", "b2": "bb", "b3": "bc", "b4": "bd", 
    660             "Phi1": "Phia", "Phi2": "Phib", "Phi3": "Phic", "Phi4": "Phid", 
    661             "case_num": "lcase_n" 
    662         } 
    663     ], 
     651    # "rpa": [ 
     652    #     "RPA10Model", 
     653    #     { 
     654    #         "K12": "Kab", "K13": "Kac", "K14": "Kad", 
     655    #         "K23": "Kbc", "K24": "Kbd", "K34": "Kcd", 
     656    #         "N1": "Na", "N2": "Nb", "N3": "Nc", "N4": "Nd", 
     657    #         "L1": "La", "L2": "Lb", "L3": "Lc", "L4": "Ld", 
     658    #         "v1": "va", "v2": "vb", "v3": "vc", "v4": "vd", 
     659    #         "b1": "ba", "b2": "bb", "b3": "bc", "b4": "bd", 
     660    #         "Phi1": "Phia", "Phi2": "Phib", "Phi3": "Phic", "Phi4": "Phid", 
     661    #         "case_num": "lcase_n" 
     662    #     } 
     663    # ], 
    664664    "sc_paracrystal": [ 
    665665        "SCCrystalModel", 
Note: See TracChangeset for help on using the changeset viewer.