Changeset d533590 in sasmodels


Ignore:
Timestamp:
Apr 25, 2018 2:47:34 PM (6 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:
33969b6
Parents:
1fbadb2
Message:

do not release kernel in sasview_model wrapper; this avoids error for sasview on linux when dll handle is released

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/sasview_model.py

    r7c3fb15 rd533590  
    686686        self._intermediate_results = getattr(calculator, 'results', None) 
    687687        calculator.release() 
    688         self._model.release() 
     688        #self._model.release() 
    689689        return result 
    690690 
Note: See TracChangeset for help on using the changeset viewer.