Skip to content

[JOSS REVIEW] "Getting started" example throws an error. #77

Description

@aneeshnaik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions