Closed swryan closed 4 months ago
Per the NumPy 2.0 Migration Guide and NumPy 2.0.0 Release Notes:
np.in1d has been deprecated. Use np.isin instead.
There are multiple occurrences of np.in1d in Dymos that are being flagged by the NumPy 2.0 compatibility check.
np.in1d
Task Description
Per the NumPy 2.0 Migration Guide and NumPy 2.0.0 Release Notes:
There are multiple occurrences of
np.in1d
in Dymos that are being flagged by the NumPy 2.0 compatibility check.