Changeset c1a888b in sasmodels for sasmodels/model_test.py


Ignore:
Timestamp:
Apr 8, 2016 7:38:35 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
9a943d0
Parents:
f6029fd
Message:

fix type signature errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/model_test.py

    re62a134 rc1a888b  
    323323 
    324324def model_tests(): 
    325     # type: () -> Iterator[Callable[[], None] 
     325    # type: () -> Iterator[Callable[[], None]] 
    326326    """ 
    327327    Test runner visible to nosetests. 
Note: See TracChangeset for help on using the changeset viewer.