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

Fix Matrix3_TEST.py on Windows with conda-forge dependencies #561

Merged
merged 1 commit into from
Oct 1, 2023

Conversation

traversaro
Copy link
Contributor

@traversaro traversaro commented Sep 30, 2023

🦟 Bug fix

Fixes #416

Summary

See #416 (comment)

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

Merging #561 (76c2da7) into gz-math7 (416e559) will not change coverage.
The diff coverage is n/a.

❗ Current head 76c2da7 differs from pull request most recent head 8ee32c9. Consider uploading reports for the commit 8ee32c9 to get more accurate results

@@            Coverage Diff            @@
##           gz-math7     #561   +/-   ##
=========================================
  Coverage     94.16%   94.16%           
=========================================
  Files           145      145           
  Lines          9774     9774           
=========================================
  Hits           9204     9204           
  Misses          570      570           

@scpeters scpeters merged commit a527e14 into gazebosim:gz-math7 Oct 1, 2023
10 checks passed
@traversaro traversaro deleted the patch-8 branch October 1, 2023 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden 🎵 harmonic Gazebo Harmonic
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Matrix3_TEST.py and StopWatch_TEST.py tests fail on Windows with conda-forge dependencies
3 participants