fixed wrong import
This commit is contained in:
@@ -186,7 +186,7 @@ PyInit_interaction(void)
|
||||
return NULL;
|
||||
}
|
||||
import_array();
|
||||
import_umath();
|
||||
import_ufunc();
|
||||
|
||||
ufunc_interaction = PyUFunc_FromFuncAndDataAndSignature(
|
||||
interaction_funcs
|
||||
|
Reference in New Issue
Block a user