Skip to content

Commit

Permalink
Add workaround for _typeobject as in lpsinger/ligo.skymap@b1bc1ab
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Oct 24, 2022
1 parent 33702d3 commit dd30e9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions erfa/ufunc.c.templ
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include "erfa.h"
#include "erfaextra.h"

struct _typeobject {};

#define MODULE_DOCSTRING \
"Ufunc wrappers of the ERFA routines.\n\n" \
"These ufuncs vectorize the ERFA functions assuming structured dtypes\n" \
Expand Down

0 comments on commit dd30e9a

Please sign in to comment.