Ticket #71 (closed defect: fixed)

Opened 11 months ago

Last modified 6 months ago

PyRAF checks and coerces every element of an array when it assigns to a single element

Reported by: rij Assigned to: rij
Priority: normal Milestone: PyRAF 1.5 stsci_python 2.6
Component: none Version:
Severity: normal Keywords:
Cc:

Description

The problem is in irafpar.py: the isLegal() method calls checkValue() to check the validity of the whole array. Overriding the isLegal() method for IrafArrayPar? objects with one that doesn't call checkValue should fix the problem.

Change History

10/22/07 09:09:00 changed by rij

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r803.

12/11/07 11:50:07 changed by rij

  • milestone set to stsci_python 2.6 release.

02/28/08 09:03:05 changed by sontag

  • milestone changed from stsci_python 2.6 release to PyRAF 1.5 stsci_python 2.6.

Milestone stsci_python 2.6 release deleted