buffalo_panel.type_aliases.FloatArray

buffalo_panel.type_aliases.FloatArray

Array-valued floating-point input normalized to float64 NumPy arrays.

This alias is the Buffalo Panel public facade for the shared Buffalo Core FloatArray definition and should be preferred in Buffalo Panel type annotations and documentation.

alias of ndarray[tuple[int, …], dtype[float64]]