Changeset 00afc15 in sasmodels for sasmodels/model_test.py


Ignore:
Timestamp:
Nov 9, 2018 2:55:32 PM (5 years ago)
Author:
pkienzle
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
3199b17
Parents:
0be86aa
Message:

fix cuda tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/model_test.py

    r5024a56 r00afc15  
    167167        # test using cuda if desired and available 
    168168        if 'cuda' in loaders and use_cuda(): 
    169             test_name = "%s-cuda"%model_name 
     169            test_name = "%s-cuda" % model_info.id 
    170170            test_method_name = "test_%s_cuda" % model_info.id 
    171171            # Using dtype=None so that the models that are only 
Note: See TracChangeset for help on using the changeset viewer.