Changeset 750ffa5 in sasmodels for sasmodels/bumps_model.py


Ignore:
Timestamp:
Mar 9, 2015 4:04:55 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:
3a45c2c
Parents:
48f0194
Message:

allow test of dll using single precision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/bumps_model.py

    r3c56da87 r750ffa5  
    365365        if 'theory' not in self._cache: 
    366366            if self._fn is None: 
    367                 input_value = self.model.make_input(self._fn_inputs) 
    368                 self._fn = self.model(input_value) 
     367                q_input= self.model.make_input(self._fn_inputs) 
     368                self._fn = self.model(q_input) 
    369369 
    370370            fixed_pars = [getattr(self, p).value for p in self._fn.fixed_pars] 
Note: See TracChangeset for help on using the changeset viewer.