Skip to content

Commit

Permalink
libstempo.pyx: add import_array
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpitkin committed Jul 3, 2024
1 parent f3df7a1 commit f83e77e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libstempo/libstempo.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ from cython cimport view
import numpy
cimport numpy

numpy.import_array()

import scipy.linalg

try:
Expand Down

0 comments on commit f83e77e

Please sign in to comment.