-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
test only PolyChaos #402
test only PolyChaos #402
Conversation
Codecov Report
@@ Coverage Diff @@
## master #402 +/- ##
=======================================
Coverage 46.56% 46.56%
=======================================
Files 16 16
Lines 2564 2564
=======================================
Hits 1194 1194
Misses 1370 1370 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@ChrisRackauckas - tests pass if we change |
Only force a version if an upstream issue with an MWE has been made, and then open an issue here to track it. Has that upstream issue been made? |
Okay.
I'm still researching how to create an MWE. The SurrogatesPolyChaos tests break when we move from Zygote Version 0.6.43 to 0.6.44 which happened around August 1st. Perhaps this discussion is related? Also, it appears that from version 0.6.42 itself, the following warning is being given: In addition, I'm trying to understand why a GEK surrogate has been created in a test for PolyChaos. The line that is causing the test failure is the third one below:
|
Just get a version of the test that's failing into a copy-pastable form with the version information and open a Zygote.jl issue with that. The problem is that if we block the patch release without ever upstreaming the issue, that's not a real fix as it will never get fixed. If there is an upstream issue, at least it can start to be discussed and worked on. |
I have opened a Zygote.jl issue. |
This isn't the one to merge: is there a separate PR setup to merge with green tests? |
#394 is the right one to merge. I'll be making another commit after formatting because the formatting test is failing. |
No description provided.