Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest python packages create new depreciation warnings #638

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

schaubh
Copy link
Contributor

@schaubh schaubh commented Mar 8, 2024

  • Review: By commit
  • Merge strategy: Merge (no squash)

Description

This branch fixes 2 warnings that have crept in. One related to matplotlib, and one related to pandas.

Verification

All the BSK tests pass again without any warnings while using current python packages.

Documentation

None

Future work

None

schaubh added 2 commits March 8, 2024 14:53
The plotting string needed the "r" prefix to treat it as a raw string.
Pandas is creating warnings about delim_whitespace now being depreciated.
This commit applies the recommended correction.
@schaubh schaubh added bug Something isn't working documentation Improvements or additions to documentation labels Mar 8, 2024
@schaubh schaubh requested a review from joaogvcarneiro March 8, 2024 21:58
@schaubh schaubh self-assigned this Mar 8, 2024
@schaubh schaubh merged commit ddd3571 into develop Mar 11, 2024
2 checks passed
@schaubh schaubh deleted the feature/fix_warnings branch March 11, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants