Ignore:
Timestamp:
09/11/09 12:18:38 (15 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix.
Removed duplicated 'from asap import asaplog' lines.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/python/asapfitter.py

    r1628 r1632  
    151151                self.y = self.data._getspectrum(row)
    152152                self.mask = mask_and(self.mask, self.data._getmask(row))
    153                 from asap import asaplog
    154153                asaplog.push("Fitting:")
    155154                i = row
     
    645644        # NOTICE: This does not reflect changes in scantable!
    646645        if len(rows) > 0: self.blpars=[]
    647         from asap import asaplog
    648646        asaplog.push("Fitting:")
    649647        for r in rows:
Note: See TracChangeset for help on using the changeset viewer.