Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PrimitiveTransformer should return a numpy array if passes a numpy array #565

Open
wd15 opened this issue Aug 3, 2021 · 0 comments
Open
Labels
Milestone

Comments

@wd15
Copy link
Contributor

wd15 commented Aug 3, 2021

import numpy as np
data = np.array([[0, 1]])

data_ = PrimitiveTransformer(n_state=2, min_=0.0, max_=1.0).transform(data)
type(data_)

data_ should be a numpy array in this case

@wd15 wd15 added the bug label Aug 3, 2021
@wd15 wd15 added this to the 0.5 milestone Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant