rhdtownsend / msg

Multidimensional Spectral Grids
GNU General Public License v3.0
11 stars 3 forks source link

Fixing install bug in cython #2

Closed astroJeff closed 2 years ago

astroJeff commented 2 years ago

When installing, src/cython/pymsg_common.c uses the global STAT_INVALID_TYPE, which does not exist. I think it should be STAT_INVALID_FILE_TYPE instead.

rhdtownsend commented 2 years ago

The C files in src/cython are autogenerated by Cython (for users that have Cython installed) -- I forgot to update them, thanks for catching this.