- 
                Notifications
    You must be signed in to change notification settings 
- Fork 36
pin JET to <= 0.10.6 #1046
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
pin JET to <= 0.10.6 #1046
Conversation
| Benchmark Report for Commit 51383c2Computer InformationBenchmark Results | 
| Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@           Coverage Diff           @@
##             main    #1046   +/-   ##
=======================================
  Coverage   82.34%   82.34%           
=======================================
  Files          38       38           
  Lines        3949     3949           
=======================================
  Hits         3252     3252           
  Misses        697      697           ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
 | 
| Silly mistake, should pin test dep not the main project dep. | 
| DynamicPPL.jl documentation for PR #1046 is available at: | 
v0.10.7 has a new method for detecting potentially undefined variables which causes any model with
product_distribution([InverseGamma(2, 3), InverseGamma(2, 3)])to fail JET tests.See #1040
I'm not sure if it's a JET issue per se but I've reported this at aviatesk/JET.jl#749 and we can see where to go.
(Update: JET is behaving right, I'll report it on SpecialFunctions.)
In the meantime to make CI pass this PR pins JET to <= v0.10.6.
Closes #1040