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

Gives errors whenever the number of vectors are changed. #45

Open
light-weaver opened this issue Oct 7, 2021 · 1 comment
Open

Gives errors whenever the number of vectors are changed. #45

light-weaver opened this issue Oct 7, 2021 · 1 comment

Comments

@light-weaver
Copy link
Member

np.tile(np.subtract(max_val, min_val), (self.number_of_vectors, 1)),

@light-weaver light-weaver changed the title Gives erros whenever the number of vectors are changed. Gives errors whenever the number of vectors are changed. Oct 7, 2021
@light-weaver
Copy link
Member Author

Change self.number_of_vectors to len(self.values)
Add self.values_planar = self.values as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant