Skip to content

Fix failing doctests #323

Closed
Closed
@drbenvincent

Description

@drbenvincent

We've currently got 12 failing doctests.

Initially I was unable to replicate the failing tests running make doctest locally. But after rebuilding the environment from scratch I did manage to replicate the failing tests. So the suspicion is that something has changed in a dependency.

I've not dug into the details too much, but possibly related to the expected outputs. Maybe a type hinting issue?

061     >>> model.fit(X, y)
Expected:
    Inference...
Got:
    <BLANKLINE>
    <BLANKLINE>
    Inference data with groups:
        > posterior
        > posterior_predictive
        > sample_stats
        > prior
        > prior_predictive
        > observed_data
        > constant_data

Tagging @jpreszler

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions