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 63da099 commit d701b12Copy full SHA for d701b12
src/npyffi/array.rs
@@ -45,7 +45,7 @@ impl PyArrayAPI {
45
Python::with_gil(|py| {
46
let api = get_numpy_api(py, MOD_NAME, CAPSULE_NAME);
47
self.api.set(api);
48
- })
+ });
49
}
50
unsafe { self.api.get().offset(offset) }
51
src/npyffi/ufunc.rs
@@ -32,7 +32,7 @@ impl PyUFuncAPI {
32
33
34
35
36
37
38
0 commit comments