Skip to content

Bayeux does not work with latest release of nutpie (version 0.13.4) #65

@tomicapretto

Description

@tomicapretto

In the following line:

compiled = from_pyfunc(**kwargs[from_pyfunc])

We get the error:

TypeError: from_pyfunc() missing 1 required keyword-only argument: 'make_initial_point_fn'

Which does not have a default value here

https://github.com/pymc-devs/nutpie/blob/5111e9bc0e1ab12c444f0bb47f7eee70c585fc7d/python/nutpie/compiled_pyfunc.py#L83

I'm going to double-check this issue with Adrian. I think it could be solved by making that argument equal to None by default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions