Skip to content

Use .copy() to ensure data ownership when creating Array

Duncan Macleod requested to merge github/fork/duncanmmacleod/446 into develop

This PR modifies Array.__new__ to explicitly call Array.copy() for Array(..., copy=True).

See astropy/astropy#7244. Fixes #446 (closed).

Merge request reports