Skip to content

bug #24

Open
Open
bug#24
@jakekrell

Description

@jakekrell
  • evaluating at a single point of a GP trained on single input variable produces error
    • xvec = (n,) vector
    • GP.fit(xvec, yvec, clean=True)
    • GP.evaluate(xvec[i], clean=True) and GP.evaluate(xvec[i], clean=True) produce error
    • [xvec[i]] instead of xvec[i] is the fix, but should be handled internally (i.e., not required by user when calling evaluate)

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