Opened 19 years ago
Closed 18 years ago
#38 closed defect (fixed)
defect in average_time
Reported by: | Owned by: | Malte Marquarding | |
---|---|---|---|
Priority: | high | Milestone: | ASAP2 release |
Component: | General | Version: | 2.0 |
Severity: | major | Keywords: | time_average, segmentation fault |
Cc: | erik.muller@… |
Description
average_time appears to be causing asap to abort with a segmentation fault;
n881=scantable('2006-04-30_0234-M136.rpf')
selection=selector()
selection.set_polarisations([1])
n881.set_selection(selection)
q1=n881.auto_quotient(preserve=False)
av = average_time(q1)
/usr/local/bin/asap: line 87: 25857 Segmentation fault $ip -ipythondir "${ASAPUSERDIR}" -p 'asap' $*
Change History (1)
comment:1 by , 18 years ago
Cc: | added |
---|---|
Milestone: | ASAP2 beta release → ASAP2 release |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
A little typo caused much mayhem.