8000 cannot call constructor of BooleanVector · Issue #823 · haifengl/smile · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
cannot call constructor of BooleanVector #823
Closed
@behrica

Description

@behrica

I think there is a bug in this contrsuctor of BooleanVector:

this(new StructField(name, DataTypes.ByteType), vector);

I get an error on new BooleanVector("a", { false, false, false, false, false })

Execution error (IllegalArgumentException) at smile.data.vector.BooleanVector/<init> (BooleanVector.java:74).
; Invalid data type: a: byte

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

      0