Skip to content

FITS reading in Astropy 0.3 with Table #1964

@sr525

Description

@sr525

I was using Astropy 0.3 with python 2.7 and doing something similar to the following:

for file in files:
    t = Table.read(file)

This seems to have a memory leak as the memory used keeps increasing as each table is read in. The same code using atpy.Table instead of Table.read works fine with no continually increase of memory.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions