Changeset 16f60cb in sasview for Invariant


Ignore:
Timestamp:
Jun 9, 2010 2:35:43 PM (14 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
6137b150
Parents:
d85fdcb2
Message:

fixed minor bug toward unit_test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Invariant/invariant.py

    r7182d96 r16f60cb  
    366366        self._data = self._get_data(data) 
    367367        # get the dxl if the data is smeared: This is done only once on init. 
    368         if data.dxl != None and data.dxl.all() >0: 
     368        if self._data.dxl != None and self._data.dxl.all() >0: 
    369369            # assumes constant dxl 
    370             self._smeared = data.dxl[0] 
     370            self._smeared = self._data.dxl[0] 
    371371       
    372372        # Since there are multiple variants of Q*, you should force the 
Note: See TracChangeset for help on using the changeset viewer.