Changeset 6137124 in sasmodels for sasmodels/model_test.py


Ignore:
Timestamp:
Feb 22, 2015 6:00:46 PM (9 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:
664c8e7, 3a45c2c
Parents:
f734e7d
Message:

fix opencl warnings that showed up on mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/model_test.py

    rf734e7d r6137124  
    7272                test = ModelTestCase(test_name, model_definition, 
    7373                                     load_model_cl, tests) 
    74                 print "defining", test_name 
     74                #print "defining", test_name 
    7575                suite.addTest(test) 
    7676 
     
    8080                test = ModelTestCase(test_name, model_definition, 
    8181                                     load_model_dll, tests) 
    82                 print "defining", test_name 
     82                #print "defining", test_name 
    8383                suite.addTest(test) 
    8484 
     
    9696 
    9797    def runTest(self): 
    98         print "running", self.test_name 
     98        #print "running", self.test_name 
    9999        try: 
    100100            model = self.loader(self.definition) 
Note: See TracChangeset for help on using the changeset viewer.