You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the reason is that you are using the recent PyPI installation of sbibm.
If you install the requirements of this repository from requirements.txt as described in the readme, then it will install sbibm from the ddm-task branch, which does contain the "ddm" task.
I think the reason is that you are using the recent PyPI installation of sbibm.
If you install the requirements of this repository from requirements.txt as described in the readme, then it will install sbibm from the ddm-task branch, which does contain the "ddm" task.
In notebooks/Paper-Figure-2-likelihood-comparison.ipynb. There is a line
task = sbibm.get_task("ddm")
using the latest version of sbibmv1.1.0
. Withtwo_mooons
as param, it works.There is no
ddm
task in the sbibm tasks folder - https://github.com/sbi-benchmark/sbibm/tree/main/sbibm/tasksThe text was updated successfully, but these errors were encountered: