-
Notifications
You must be signed in to change notification settings - Fork 20
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
v0.30.1-rc1 #1572
v0.30.1-rc1 #1572
Conversation
Parametric Refactor
…Tuple CCW.params NamedTuple->Tuple
…1, (keep existing compat)
…2022-07-16-01-45-10-337-04225978572 CompatHelper: add new compat entry for OrderedCollections at version 1, (keep existing compat)
* OrderedDict changed variable ordering * test with manual variable elimination order
I am worried about the regression So will look into that bit later today if can. |
Caesar tests also seem to be failing more often on IIF master. I get the sense that some of the recent changes may have upset the multihypo code with silent bug somewhere. |
It can go into the next, but master broke from something upstream (i think) |
Codecov Report
@@ Coverage Diff @@
## release/v0.30 #1572 +/- ##
=================================================
+ Coverage 77.34% 77.67% +0.32%
=================================================
Files 71 71
Lines 4988 5093 +105
=================================================
+ Hits 3858 3956 +98
- Misses 1130 1137 +7
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Technically parametric has a bug in with the return types, but if you are in a hurry for something you can tag. |
Looks like it has something to do with using IncrementalInference
fg = generateGraph_CaesarRing1D()
getSolverParams(fg).useMsgLikelihoods = true
solveGraph!(fg) Code completes fine if |
useMsgLikelihoods uses |
Hi @Affie , did you want to add anything to v0.30.1, or can the next PRs go to v0.30.2?