From f83e77e1f38082010d39bebee2d210f6abc4e5e6 Mon Sep 17 00:00:00 2001 From: Matthew Pitkin Date: Wed, 3 Jul 2024 11:28:48 +0100 Subject: [PATCH] libstempo.pyx: add import_array --- libstempo/libstempo.pyx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libstempo/libstempo.pyx b/libstempo/libstempo.pyx index bb7ae99..4e8a951 100644 --- a/libstempo/libstempo.pyx +++ b/libstempo/libstempo.pyx @@ -37,6 +37,8 @@ from cython cimport view import numpy cimport numpy +numpy.import_array() + import scipy.linalg try: