Fix handling of 1d table elements with single entry in fits#10768
Fix handling of 1d table elements with single entry in fits#10768saimn merged 8 commits intoastropy:masterfrom
Conversation
|
regex101 links for the new and the old regex: new: https://regex101.com/r/jlQzyT/4 |
|
@dhomeier The build seems to fail due to an unrelated problem to my changes. Any idea what happened there? |
This appears to be caused by a simultaneous pytest update on both CI platforms, just reported in #10773. Otherwise looks good to me; with only changelog changes could probably even have gone in with a |
Yes, sorry forgot about that |
|
Thanks for getting this into the next point release |
ea61075 to
6277b29
Compare
|
@saimn I think I addressed all your comments, please have a look again |
|
@dhomeier The tests are passing again |
|
Looks good now, thanks @maxnoe ! |
Fix handling of 1d table elements with single entry in fits
Fix handling of 1d table elements with single entry in fits
Fix handling of 1d table elements with single entry in fits
Fix handling of 1d table elements with single entry in fits
Description
Add test for and fix writing and reading of fits columns that contain single values in 1d columns
This pull request is to address #10765
Fixes #10765