Skip to content

prepend conditioning is sometimes broken in JASCO #572

@doctorpangloss

Description

@doctorpangloss

v_theta = v_theta[:, :, -T:]

should be

v_theta = v_theta[:, -T:, :]

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