Opened 18 years ago

Closed 18 years ago

#38 closed defect (fixed)

defect in average_time

Reported by: erik.muller@… 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 Changed 18 years ago by Malte Marquarding

Cc: erik.muller@… added
Milestone: ASAP2 beta releaseASAP2 release
Resolution: fixed
Status: newclosed

A little typo caused much mayhem.

Note: See TracTickets for help on using tickets.