Skip to content

Remove njit Function That Takes Another Function As An Argument #779

Closed
@seanlaw

Description

@seanlaw

Currently, core._parallel_rolling_func takes another function as an input argument. While this is common in Python, this is not yet properly supported by numba and should not be relied upon and there needs to be removed/replaced. This definitely breaks when cache=True is added to the function signature but seems to be unaffected when cache=False (default).

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions