-
Notifications
You must be signed in to change notification settings - Fork 30
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
update of plotting recipes, modify plotting examples and add documentation of plotting #121
Conversation
Great! Can't wait to test this. |
Codecov Report
@@ Coverage Diff @@
## master #121 +/- ##
==========================================
- Coverage 32.91% 32.68% -0.24%
==========================================
Files 61 63 +2
Lines 3363 3390 +27
==========================================
+ Hits 1107 1108 +1
- Misses 2256 2282 +26
Continue to review full report at Codecov.
|
@VasylHafych , please go right ahead, would be good to get some quick feedback. Just run
|
I am currently running long sampling, need ~2 hours to finish that. I will check right after that. |
Do you know why the docs build fails, @Cornelius-G ? |
Oh, I'll take a look into this problem |
Ah, there is a problem since the in the tutorial the prior contains multivariate distributions and we get a bounds error when trying to match the parameter index to a name. I did not yet manage to handle this kind of mapping names to indices of multivariate parameters. Thought when using indices it should work, but it is trying to get the corresponding name for the labels and then it fails. Guess I will first need to find a way to handle this properly... |
Pushed a quick fix of this issue. Using the indices as labels for multivariate priors for now. But also started working on a better solution for handling the names of multivariate priors. |
We should build part of that into ValueShapes at some point. |
Hm, there still seems to be a problem when building the docs, but I'm not sure why. Might this be because I manually added a .md file with the plotting docu to the docs folder ? @oschulz |
@Cornelius-G , you can build the docs locally to find out what's wrong:
|
What's the status on this? |
There is still some problem building the docs, even when trying it locally:
But I have no clue why that is. Except for adding one .md file to the docs folder, I did not change anything. |
@Cornelius-G , is this ready to merge, now? |
Yes, I think so. |
@Cornelius-G , can you resolve the merge conflicts? Then I'll merge. |
@oschulz Hm, where did you see the merge conflict? I can't seem to find it.. |
Ah, sorry, just couldn't rebase, but merging is possible. |
Thanks! |
No description provided.