Changeset aa8c6e0 in sasmodels for sasmodels/sasview_model.py


Ignore:
Timestamp:
Oct 30, 2018 8:43:35 AM (5 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:
765d025, 23df833
Parents:
153f8f6 (diff), c6084f1 (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.
Message:

Merge branch 'master' into beta_approx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/sasview_model.py

    r39a06c9 raa8c6e0  
    819819            return value, [value], [1.0] 
    820820 
     821    @classmethod 
     822    def runTests(cls): 
     823        """ 
     824        Run any tests built into the model and captures the test output. 
     825 
     826        Returns success flag and output 
     827        """ 
     828        from .model_test import check_model 
     829        return check_model(cls._model_info) 
     830 
    821831def test_cylinder(): 
    822832    # type: () -> float 
Note: See TracChangeset for help on using the changeset viewer.