-
Notifications
You must be signed in to change notification settings - Fork 204
TEST: Avoid skipping and disable plot #6889
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6889 +/- ##
==========================================
+ Coverage 78.79% 81.06% +2.27%
==========================================
Files 246 246
Lines 78101 78101
==========================================
+ Hits 61536 63314 +1778
+ Misses 16565 14787 -1778 🚀 New features to boost your workflow:
|
|
This issue is akward because I was able to run the tests from within the CI with 4 workers... I'll see if updating the number of workers does change something. Note that there are still some matplotlib figures being open (and showing) as well as many figures created in some tests. |
Samuelopez-ansys
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@Samuelopez-ansys it seems that without multiple workers, the tests are passing. I'm trying with 2 workers to see how it behaves |
|
It works with 2 workers, trying with a third one |
Description
As title says.
Issue linked
Close #6887
Checklist