-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
Background
To support NumPy>2.0 #656 , a hotfix was added to the doctest CI Job where a conftest.py is dynamically created to force legacy NumPy (1.25) print formatting for all doctests run in CI.
Issue
If a new contributor writes a doctest using the newer NumPy formatting, the doctest will fail in CI due to the forced legacy formatting. This may cause errors, masking real NumPy 2.0 behavior.
Fix
To be looked into
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior