Changeset f36c1b7 in sasmodels


Ignore:
Timestamp:
Apr 18, 2016 6:15:22 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:
3a45c2c, 3434240
Parents:
82923a6
Message:

suppress 'initializing model' print statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/sasview_model.py

    r81ec7c8 rf36c1b7  
    198198    def __init__(self, multiplicity): 
    199199        # type: () -> None 
    200         print("initializing", self.name) 
     200        #print("initializing", self.name) 
    201201        #raise Exception("first initialization") 
    202202        self._model = None 
Note: See TracChangeset for help on using the changeset viewer.