Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include np.ndarray as possible type for coord values
I originally tried numpy's ArrayLike, replacing Sequence entirely, but then I realized that ArrayLike also allows non-sequences like integers and floats. I am not certain if `values="a string"` should be legal. With the type hint sequence, it is. Might be more accurate, but verbose to use `list | tuple | set | np.ndarray | None`.
- Loading branch information