-
Notifications
You must be signed in to change notification settings - Fork 12
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
Field line trace #2
Merged
Merged
Conversation
This file contains 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
Hi Nathaniel,
Thank you so much for improving the package! I've merged the pull request.
Best wishes,
Sheng
…On Sun, 13 Jan 2019 at 15:19, Nathaniel Frissell ***@***.***> wrote:
Hi there.
I fixed a bug where the np.append results were not getting reassigned to
a variable in geopack.trace()
<https://github.com/w2naf/geopack/blob/31c0e19cdc0cc6b1ebeedd7ca4509e46315a767a/geopack/geopack.py#L1193-L1195>.
Also, I found that maxloop=1000 is not always sufficient, so I made it a
keyword
<https://github.com/w2naf/geopack/blob/31c0e19cdc0cc6b1ebeedd7ca4509e46315a767a/geopack/geopack.py#L1093>.
Finally, I created a notebook with a demo field line trace and
visualization.
Thank you for your work on porting Tsyganenko to python.
Best,
Nathaniel
------------------------------
You can view, comment on, or merge this pull request online at:
#2
Commit Summary
- notebook
- changes to orginal nb
- most recent
- test
- useless git commit message
- Merge branch 'master' of https://github.com/tsssss/geopack
- delete notebooks
- assign append to variable and make maxloop keyword
- Field Line Trace Notebook
File Changes
- *M* geopack/geopack.py
<https://github.com/tsssss/geopack/pull/2/files#diff-0> (11)
- *A* notebooks/Field Line Trace Demo.ipynb
<https://github.com/tsssss/geopack/pull/2/files#diff-1> (264)
Patch Links:
- https://github.com/tsssss/geopack/pull/2.patch
- https://github.com/tsssss/geopack/pull/2.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMLFhva0fTmXMhvlB0NAlooKz4YowMqKks5vC5TVgaJpZM4Z9Wsx>
.
|
You're welcome. I'm glad to help!
Best,
Nathaniel
…On Sun, Jan 13, 2019, 8:17 PM Sheng Tian ***@***.*** wrote:
Hi Nathaniel,
Thank you so much for improving the package! I've merged the pull request.
Best wishes,
Sheng
On Sun, 13 Jan 2019 at 15:19, Nathaniel Frissell ***@***.***
>
wrote:
> Hi there.
>
> I fixed a bug where the np.append results were not getting reassigned to
> a variable in geopack.trace()
> <
https://github.com/w2naf/geopack/blob/31c0e19cdc0cc6b1ebeedd7ca4509e46315a767a/geopack/geopack.py#L1193-L1195
>.
> Also, I found that maxloop=1000 is not always sufficient, so I made it a
> keyword
> <
https://github.com/w2naf/geopack/blob/31c0e19cdc0cc6b1ebeedd7ca4509e46315a767a/geopack/geopack.py#L1093
>.
> Finally, I created a notebook with a demo field line trace and
> visualization.
>
> Thank you for your work on porting Tsyganenko to python.
>
> Best,
> Nathaniel
> ------------------------------
> You can view, comment on, or merge this pull request online at:
>
> #2
> Commit Summary
>
> - notebook
> - changes to orginal nb
> - most recent
> - test
> - useless git commit message
> - Merge branch 'master' of https://github.com/tsssss/geopack
> - delete notebooks
> - assign append to variable and make maxloop keyword
> - Field Line Trace Notebook
>
> File Changes
>
> - *M* geopack/geopack.py
> <https://github.com/tsssss/geopack/pull/2/files#diff-0> (11)
> - *A* notebooks/Field Line Trace Demo.ipynb
> <https://github.com/tsssss/geopack/pull/2/files#diff-1> (264)
>
> Patch Links:
>
> - https://github.com/tsssss/geopack/pull/2.patch
> - https://github.com/tsssss/geopack/pull/2.diff
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#2>, or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AMLFhva0fTmXMhvlB0NAlooKz4YowMqKks5vC5TVgaJpZM4Z9Wsx
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABvxDuAnx4VRy5hVvkJNwLkwFayzAomNks5vC9q3gaJpZM4Z9Wsx>
.
|
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.
Hi there.
I fixed a bug where the np.append results were not getting reassigned to a variable in geopack.trace(). Also, I found that maxloop=1000 is not always sufficient, so I made it a keyword. Finally, I created a notebook with a demo field line trace and visualization.
Thank you for your work on porting Tsyganenko to python.
Best,
Nathaniel