Skip to content

[numpy, scipy] Edits and Corrections #122

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

Merged
merged 9 commits into from
Sep 20, 2021
Merged

[numpy, scipy] Edits and Corrections #122

merged 9 commits into from
Sep 20, 2021

Conversation

Horace510
Copy link
Contributor

@shlff @jstac
I added one useful feature of the Numpy to the file, it was one of the suggestions I made in my email.
Thanks!

@Horace510 Horace510 requested a review from shlff January 15, 2021 03:31
@github-actions github-actions bot temporarily deployed to commit January 15, 2021 03:35 Inactive
@github-actions github-actions bot temporarily deployed to commit January 15, 2021 03:45 Inactive
@github-actions github-actions bot temporarily deployed to commit January 15, 2021 04:01 Inactive
@@ -63,7 +63,8 @@ from numpy.fft import fft, ifft
from numpy.lib.scimath import *
```

However, it's more common and better practice to use NumPy functionality explicitly
However, it's more common and better practice to use NumPy functionality explicitly. One good feature of Numpy is it has a faster processing time than other Python libraries.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Horace510 : The statement you added is not precise enough. Sometimes other libraries are faster. (Also, Numpy should be NumPy.)

Also, the point here is that you can bring in NumPy implicitly, via SciPy, or explicitly. It's better to be explict.

How about adding ", rather than implicitly via SciPy" ?

@github-actions github-actions bot temporarily deployed to commit January 16, 2021 04:47 Inactive
@mmcky mmcky changed the title Horace [numpy, scipy] Edits and Corrections Sep 20, 2021
@github-actions github-actions bot temporarily deployed to commit September 20, 2021 01:27 Inactive
@mmcky mmcky requested a review from jstac September 20, 2021 01:28
@jstac
Copy link
Contributor

jstac commented Sep 20, 2021

Thanks @mmcky , this is good to go.

@mmcky
Copy link
Contributor

mmcky commented Sep 20, 2021

thanks @jstac

@github-actions github-actions bot temporarily deployed to commit September 20, 2021 03:17 Inactive
@mmcky mmcky merged commit f52d3e4 into main Sep 20, 2021
@mmcky mmcky deleted the horace branch September 20, 2021 03:23
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.

3 participants