autobound icon indicating copy to clipboard operation
autobound copied to clipboard

Fix type hints in taylor_bounds to support int and float arguments.

Open neilkichler opened this issue 8 months ago • 0 comments

In the README example, Pyright complains about the arguments to taylor_bounds since the types of the Callable are restricted to jnp.ndarray and not types.NDArraylike which also supports int, float etc.

neilkichler avatar Jun 28 '24 14:06 neilkichler