Opened 18 years ago
Closed 18 years ago
#69 closed defect (fixed)
scantable.column_names() fails
Reported by: | Chris Phillips | Owned by: | Malte Marquarding |
---|---|---|---|
Priority: | high | Milestone: | ASAP 2.1 |
Component: | python | Version: | 2.0 |
Severity: | major | Keywords: | |
Cc: |
Description
scantable.column_names() returns the error:
ASAP>avp.column_names() ------------------------------------------------------------ Traceback (most recent call last): File "<console>", line 1, in ? File "/u/phi196/data/pkgs/asap/asap/scantable.py", line 372, in column_names return list(Scantable.column_names(self)) AttributeError: type object 'Scantable' has no attribute 'column_names'
Probably a typo
Note:
See TracTickets
for help on using tickets.