-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Closed
Labels
BuildLibrary building on various platformsLibrary building on various platformsIntervalInterval data typeInterval data type
Milestone

Description
The scalar_t
fused type
pandas/pandas/_libs/intervaltree.pxi.in
Lines 9 to 14 in b115a6b
ctypedef fused scalar_t: | |
float64_t | |
float32_t | |
int64_t | |
int32_t | |
uint64_t |
xref http://docs.cython.org/en/latest/src/userguide/fusedtypes.html#type-checking-specializations
From comments in #27157 it appears there's no established guideline on how different cases for different types should look like in the templates. That's a hindrance to fixing this (and other warnings) as well.
Metadata
Metadata
Assignees
Labels
BuildLibrary building on various platformsLibrary building on various platformsIntervalInterval data typeInterval data type