Skip to content

Minor typo in documentation #228

@philpatton

Description

@philpatton

There's a minor typo at https://pymc-devs.github.io/nutpie/pymc-usage.html#choosing-the-backend

I think

compiled_jax = nutpie.compiled_pymc_model(model, backend="jax")
trace = nutpie.sample(compiled_jax)

should be

compiled_jax = nutpie.compile_pymc_model(model, backend="jax")
trace = nutpie.sample(compiled_jax)

I hope that helps. Thank you for the package! It's made my dissertation, and by extension my life, much easier!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions