-
Notifications
You must be signed in to change notification settings - Fork 78
fix issue #328 #333
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 issue #328 #333
Conversation
LarsKue
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.
Thank you for the fix! I would merge this as-is, but a much simpler way to remove a single key would be:
conditions.pop("inference_variables", None)in case you want to implement this.
|
Ah yeah, will change this. Thank you! |
|
Changed. |
|
@paul-buerkner Let's also add a comment to the Model Comparison line, so it doesn't confuse readers. |
|
done. |
|
Yes, this PR fixes the issue :) |
|
Lovely, @LarsKue merge away if you are happy too :-) |
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
|
This PR fixes issue #328 by removing
inference_variablesfrom conditions in the continuous approximator before passing conditions to the networks. Taggine @Kucharssim to double check that this fixes the issue and @LarsKue for reviewing this PR.