vectorized for loops with numpy native matrix operation. changed rang…#3
Open
BielStela wants to merge 2 commits intophi-grib:masterfrom
Open
vectorized for loops with numpy native matrix operation. changed rang…#3BielStela wants to merge 2 commits intophi-grib:masterfrom
BielStela wants to merge 2 commits intophi-grib:masterfrom
Conversation
…e() to xrange(). updated gitignore
|
Bravo!
El 7 sept. 2017 12:45 p. m., "BielStela" <notifications@github.com>
escribió:
…e() to xrange(). updated gitignore
------------------------------
You can view, comment on, or merge this pull request online at:
#3
Commit Summary
- vectorized for loops with numpy native matrix operation. changed
range() to xrange(). updated gitignore
File Changes
- *M* .gitignore
<https://github.com/phi-grib/eTOXlab/pull/3/files#diff-0> (1)
- *M* src/pls.py
<https://github.com/phi-grib/eTOXlab/pull/3/files#diff-1> (144)
Patch Links:
- https://github.com/phi-grib/eTOXlab/pull/3.patch
- https://github.com/phi-grib/eTOXlab/pull/3.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABJB1G2sAQGTawBpio1sL-mfBY1XZ0Zqks5sf8lfgaJpZM4PPoa9>
.
|
BielStela
commented
Sep 8, 2017
| np.save(f,self.autoscale) | ||
|
|
||
| for a in range(self.Am): | ||
| for a in xrange(self.Am): |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

…e() to xrange(). updated gitignore