From e1521fc49d37b1264ea88a23a20ccda11093feb4 Mon Sep 17 00:00:00 2001 From: louloufev <99874517+louloufev@users.noreply.github.com> Date: Thu, 7 Sep 2023 11:27:55 +0200 Subject: [PATCH] Update electron.pyx same as with electron.pxd, import Function1D from cherab and not from raysect --- cherab/compass/math/profile/electron.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cherab/compass/math/profile/electron.pyx b/cherab/compass/math/profile/electron.pyx index b07b4f4..26efffa 100644 --- a/cherab/compass/math/profile/electron.pyx +++ b/cherab/compass/math/profile/electron.pyx @@ -1,4 +1,4 @@ -from raysect.core.math.function cimport Function1D +from cherab.core.math.function cimport Function1D from libc.math cimport exp