This issue is part of the JOSS review for sbijax. Review thread here.
In the "Getting started" example in the docs, the line model = fmpe(prior, neural_network) throws an error:
TypeError Traceback (most recent call last)
Cell In[8], line 4
1 from sbijax import fmpe, simulate
2
3 prior = prior_fn()
----> 4 model = fmpe(prior, neural_network)
TypeError: fmpe() takes 1 positional argument but 2 were given
This is with sbijax 0.4.0
This issue is part of the JOSS review for sbijax. Review thread here.
In the "Getting started" example in the docs, the line
model = fmpe(prior, neural_network)throws an error:This is with sbijax 0.4.0