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

Add option to change the underlying type of Array #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GuillaumeLeclerc
Copy link

  • Before it was Float64Array, which might be not what the user want.
    Maybe he wants unsigned integers.
  • A new test has been added
  • Doc has been updated to reflect the change

- Before it was Float64Array, which might be not what the user want.
  Maybe he wants unsigned integers.
- A new test has been added
- Doc has been updated to reflect the change
@GuillaumeLeclerc
Copy link
Author

Maybe it would be nicer to actually put it in the second parameter. If it's a ndarray we use it, if it's an array Type we create it. Or is it fine this way ?

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

Successfully merging this pull request may close these issues.

1 participant