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

Fixed improper invocation of np.zeros() #407

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Conversation

RemingtonRohel
Copy link
Collaborator

Scope

Fixes calls to np.zeros() that did not pass shape correctly.

issue: #404

Approval

Number of approvals: 1

Test

matplotlib version: 3.9.2
Note testers: please indicate what version of matplotlib you are using

Use pydarn.RTP.plot_range_time() and pydarn.RTP.plot_coord_time() with data that has a gap longer than 2 minutes in the middle.

@RemingtonRohel RemingtonRohel linked an issue Oct 9, 2024 that may be closed by this pull request
3 tasks
@RemingtonRohel RemingtonRohel merged commit ad5252f into develop Jan 23, 2025
2 checks passed
@RemingtonRohel RemingtonRohel deleted the bugfix/rtp_zeros branch January 23, 2025 17:17
RemingtonRohel added a commit that referenced this pull request Feb 3, 2025
* Replaced deprecated `InsetPosition` import and usage. (#411)
* Add `marker` and `markersize` keywords to plot_radar_position() (#405)
* Fixed improper invocation of np.zeros() (#407)
* Added enum for station ID of radars, called `RadarID` (#408)
* Enforce scipy version to fix map potential contour bug. (#412)
* Updated plot_fov type hints for `alpha` and `line_alpha`

---------

Co-authored-by: Carley <60905856+carleyjmartin@users.noreply.github.com>
Co-authored-by: carleyjmartin <carleymartin@hotmail.com>
Co-authored-by: Daniel Billett <ddb524@usask.ca>
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.

BUG: np.zeros input formatted incorrectly in rtp.py
1 participant