Changeset 610ef23 in sasmodels for sasmodels/sasview_model.py


Ignore:
Timestamp:
Oct 3, 2018 12:07:52 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:
e39202b, bd547d0
Parents:
a1ec908
Message:

rename magnetic parameters to not contain colon. Refs #1188

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/sasview_model.py

    rd321747 r610ef23  
    884884    Model = _make_standard_model('sphere') 
    885885    model = Model() 
    886     model.setParam('M0:sld', 8) 
     886    model.setParam('sld_M0', 8) 
    887887    q = np.linspace(-0.35, 0.35, 500) 
    888888    qx, qy = np.meshgrid(q, q) 
Note: See TracChangeset for help on using the changeset viewer.