Starlink / starlink-pyast

Python interface to the Starlink AST library
http://www.starlink.ac.uk/ast
12 stars 8 forks source link

Fix bug returning invert flags from astMapMerge #21

Closed dsberry closed 5 years ago

dsberry commented 5 years ago

The data pointer of a PyArrayObject is a needs to be cast to the correct data type before being using. This caused the astMapMerge wrapper to return arbitrary values for the invert flags.