-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
ascii.write typically makes a copy of a table before doing the write operation.
astropy/astropy/io/ascii/ui.py
Line 817 in 4bd2394
| def write(table, output=None, format=None, Writer=None, fast_writer=True, *, |
In theory this should not be needed, but without the copy some tests fail (test_fixedwidth). This issue is a reminder to look into this some day.