Skip to content

Remove deprecated NumPy string dtype alias#165

Draft
Mirochill wants to merge 1 commit into
biosimulators:devfrom
Mirochill:fix-163-numpy-string-alias
Draft

Remove deprecated NumPy string dtype alias#165
Mirochill wants to merge 1 commit into
biosimulators:devfrom
Mirochill:fix-163-numpy-string-alias

Conversation

@Mirochill

@Mirochill Mirochill commented May 25, 2026

Copy link
Copy Markdown

What new features does this PR implement?

None.

What bugs does this PR fix?

Does this PR introduce any additional changes?

None.

How have you tested this PR?

Not run locally.

Static validation:

  • git diff --check HEAD~1..HEAD
  • git show --stat --oneline --summary HEAD
  • Targeted source inspection confirmed numpy.dtype(a) is no longer used in biosimulators_utils/report/io.py and numpy.dtype(S) remains in the validation list.

Remote CI:

  • Continuous integration run 26416898040 is action_required with no jobs or logs available yet.

Additional information

The change is limited to replacing the deprecated alias usage with the existing S bytestring dtype entry that was already checked on the same line.

Signed-off-by: Mirochill <200482516+Mirochill@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

DeprecationWarning: Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.

1 participant