We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71d9c5 commit 7e702beCopy full SHA for 7e702be
src/npyffi/array.rs
@@ -14,7 +14,7 @@ use pyo3::{
14
15
use crate::npyffi::*;
16
17
-pub(crate) const MOD_NAME: &str = "numpy.core.multiarray";
+pub(crate) const MOD_NAME: &str = "numpy._core.multiarray";
18
const CAPSULE_NAME: &str = "_ARRAY_API";
19
20
/// A global variable which stores a ['capsule'](https://docs.python.org/3/c-api/capsule.html)
0 commit comments