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

ucorrelate with floats #1

Merged
merged 2 commits into from
Aug 2, 2018
Merged

ucorrelate with floats #1

merged 2 commits into from
Aug 2, 2018

Conversation

berna1111
Copy link

  • Change from zeros to empty saves having to populate the array twice.
  • Change np.int64 to t.dtype enables the output to be sensible to the argument's type. However, it will be blind to u's dtype.

Change from `zeros` to `empty` saves having to populate the array twice.
Change `np.int64` to `t.dtype` enables the output to be sensible to the argument's type. However, it will be blind to `u`'s `dtype`.
@tritemio tritemio merged commit b630eee into OpenSMFS:master Aug 2, 2018
@tritemio
Copy link

tritemio commented Aug 2, 2018

Thanks @berna1111, the PR looks good. Merging.

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.

2 participants