diff --git a/numpy/NumpyDotNet/NpyArray.cs b/numpy/NumpyDotNet/NpyArray.cs index bac50f3ab..8a9e352bc 100644 --- a/numpy/NumpyDotNet/NpyArray.cs +++ b/numpy/NumpyDotNet/NpyArray.cs @@ -514,7 +514,7 @@ private static dtype FindArrayReturn(dtype chktype, dtype minitype) { /// Minimum type, or null if any /// Maximum dimensions /// Type descriptor fitting requirements - internal static dtype FindArrayType(Object src, dtype minitype, int max = NpyDefs.NPY_MAXDIMS) { + public static dtype FindArrayType(Object src, dtype minitype, int max = NpyDefs.NPY_MAXDIMS) { dtype chktype = null; if (src is ndarray) {