Skip to content

in hmm.py there is a wrong reference to logsumexp method #45

@andrey-chu

Description

@andrey-chu

In hmm.py logsumexp is imported as:
from scipy.misc import logsumexp
however in the new versions of scipy logsumexp was moved to scipy.special, therefore it should be:

from scipy.special import logsumexp

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