You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/auto_map.c
+14-22Lines changed: 14 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -74,20 +74,6 @@ typedef enum KeysArrayType{
74
74
KAT_DTas,
75
75
} KeysArrayType;
76
76
77
-
NPY_DATETIMEUNIT
78
-
dt_unit_from_array(PyArrayObject*a) {
79
-
// This is based on get_datetime_metadata_from_dtype in the NumPy source, but that function is private. This does not check that the dytpe is of the appropriate type.
Copy file name to clipboardExpand all lines: src/tri_map.c
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,6 @@
11
11
# include"tri_map.h"
12
12
# include"utilities.h"
13
13
14
-
staticinlineNPY_DATETIMEUNIT
15
-
AK_dt_unit_from_array(PyArrayObject*a) {
16
-
// This is based on get_datetime_metadata_from_dtype in the NumPy source, but that function is private. This does not check that the dtype is of the appropriate type.
// This is based on get_datetime_metadata_from_dtype in the NumPy source, but that function is private. This does not check that the dtype is of the appropriate type.
0 commit comments