Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change transfer of acqs_init cols into self
Somewhere between numpy 1.12 and 1.15 the behavior of argsort changed so that np.argsort([0] * 20) might not be stable. Table was relying on that (upstream fix needed), but in the meantime adding columns like this is now efficient in astropy Table.
- Loading branch information