-
Notifications
You must be signed in to change notification settings - Fork 152
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 #1039; refactor diagnostics plotting #1212
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1212 +/- ##
==========================================
- Coverage 84.57% 76.27% -8.30%
==========================================
Files 97 97
Lines 7677 7677
==========================================
- Hits 6493 5856 -637
- Misses 1184 1821 +637
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I checkout the branch and installed it in a vanilla environment. Looks like some dependencies (``tensorboard`) give trouble:
|
Seems to be the same problem as reported in #1189 |
I downgraded to |
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.
All tests are passing on my box. There is one little comment I am concerned about in the notebook.
I experienced this only when using For now, I think there is nothing we can do about it, unless we really want to pin |
2892c5a
to
09e1fe4
Compare
I encountered this problem with python 3.12 with packages coming straight from pypi. |
I am not able to reproduce this, e.g., using: conda create -n py312 python=3.12
conda activate py312
pip install sbi
cd sbi
pytest tests/sbc_test.py |
09e1fe4
to
1bb0298
Compare
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.
LGTM!
tarp
plotting and tutorial utils: the custom posterior objects needed asample_batched
.sbc
andtarp
plotting.