Changeset 1306


Ignore:
Timestamp:
12/14/06 11:00:56 (17 years ago)
Author:
mar637
Message:

Fix for ticket #96, copy keyword was passed to logical_and instead of array

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapfitter.py

    r1295 r1306  
    499499            xlab = self.data._getabcissalabel(self._fittedrow)
    500500            m =  logical_and(self.mask,
    501                              array(self.data._getmask(self._fittedrow)),
    502                                    copy=False)
    503                              
     501                             array(self.data._getmask(self._fittedrow),
     502                                   copy=False))
     503           
    504504            ylab = self.data._get_ordinate_label()
    505505
Note: See TracChangeset for help on using the changeset viewer.