Changeset 2351


Ignore:
Timestamp:
11/28/11 13:13:44 (12 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (a minor bug fix)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: unit tests of sdbaseline (CASA)

Put in Release Notes: No

Module(s): sdbaseline (CASA)

Description: fix a minor typo introduced in rev.2348.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r2350 r2351  
    15901590
    15911591    def _parse_selection(self, selstr, typestr='float', offset=0.,
    1592                          minval=None, axval=None):
     1592                         minval=None, maxval=None):
    15931593        """
    15941594        Parameters:
Note: See TracChangeset for help on using the changeset viewer.