Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[Merged by Bors] - Perform invlinking in assume rather than implicitly in getindex #360
[Merged by Bors] - Perform invlinking in assume rather than implicitly in getindex #360
Changes from 12 commits
14594d6
0bc279f
81ee12e
d39f87d
23f34cc
d3ec108
81782c9
12bfb42
c2c2417
2e2cb5c
f6c3fc4
d643a78
3cab7d9
8b870dc
0b304db
b146b11
d170d92
f46183b
7a78eec
70b3b70
a03e8cf
793c931
a9b12fd
b1d7f9a
be98961
3e1588b
7697fce
3139c62
3610658
27171ad
cd2d9d6
d948cb9
6a3e18f
d674478
26d2dbb
3fcba56
83a9448
356fa9c
13f037f
c7544e0
d1dccf1
ff7ff4a
2f1a2ff
d6311b7
ed2fa69
a82be56
7aacee5
96f128f
2e88d08
0f9765b
116c95c
d797e99
44b2f66
81cd881
2e14abd
12adc83
af3e6ba
f7501df
abcabf4
fdee509
e974c83
6c6d5f5
801bd4c
46f6f4c
bcb767b
c5be1c2
f266929
c2dbbaf
1abb46c
1086c6c
f2fb4a5
490d24e
6350ccd
951e4c3
dcd92c9
2922ffa
5266a4b
3c38710
ba92f3f
70c864c
66f41a9
eb2d6b5
e8cdb91
359d384
ab0a99b
dd10913
18d28cc
32b7aab
fb86231
f782fe2
7d3493d
f0f981b
1e0b946
faa0e42
9e7f493
0a9383b
d8b0a75
400f90f
9241acd
947e5c6
6f9be0d
5c5b9ce
e0797cc
4b0e0e1
5a73c87
bb43021
d5a48f8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
it'll be nice if we can overload the transform used inside
logpdf_with_trans
in the future.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.
We can actually replace the above with
right now. But I think if we do this we should remove
logpdf_with_trans
everywhere, so I wanted to defer that to another PR.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.
@phipsgabler this is what I mentioned today. We can now replace
logpdf_with_trans
with ChangeOfVariables/LogDensityInterface API.#342
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.
This seems to be another confusing design choice but probably should not be addressed in this PR.
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.
See my comment above.