Skip to content

Commit

Permalink
Merge pull request #68 from mattpitkin/import_array
Browse files Browse the repository at this point in the history
libstempo.pyx: add import_array
  • Loading branch information
mattpitkin authored Jul 3, 2024
2 parents f3df7a1 + f83e77e commit d9deb06
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 d9deb06

Please sign in to comment.