Skip to content

Fixes several typos #520

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 2 commits into from
Mar 16, 2019
Merged

Fixes several typos #520

merged 2 commits into from
Mar 16, 2019

Conversation

seisman
Copy link
Member

@seisman seisman commented Mar 16, 2019

This PR fixes several common typos in both the source codes and documentations.
These typos are fixed automatically by codespell and then manually inspected.

@seisman seisman requested a review from a team March 16, 2019 04:37
Copy link
Member

@PaulWessel PaulWessel left a comment

Choose a reason for hiding this comment

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

Pretty sure Joaquim meant to say spreadshit, but we will still approve!

@seisman seisman merged commit 0c7233d into master Mar 16, 2019
@seisman seisman deleted the typos branch March 16, 2019 12:41
obaney pushed a commit to obaney/gmt that referenced this pull request Aug 18, 2021
…ericMappingTools#520)

Used to insert 1D numpy arrays of string type
from PyGMT directly into GMT via the C API.

* Set valid GMT data mode as GMT_IS_OUTPUT
* Try passing "GMT_IS_VECTOR" family type  to put_strings
* Do `put_vector` x and y before `put_strings` s, dim is 2 only
* Try using ctypes.POINTER in argtypes of c_put_strings
* Pass strings using "GMT_IS_VECTOR|GMT_IS_DUPLICATE"
* Add test for passing in one string column to virtualfile_from_vectors
* Fix test_plot_datetime by not passing first two columns into put_strings
* Refactor virtualfile_from_vectors to handle any number of string type columns
* Test for put_strings failing to increase code coverage
* Expect failures for tests using GMT_Put_strings on GMT < 6.1.1
* Concatenate last string columns instead of allowing arbitrary positions
* Test variable length strings
* Replace gmt info with convert in test_virtualfile_from_vectors_str_cols

Co-authored-by: Dongdong Tian <[email protected]>
obaney pushed a commit to obaney/gmt that referenced this pull request Aug 18, 2021
* Remove note on shift_origin added in GenericMappingTools#536
* Remove xfails for put_strings added in GenericMappingTools#520
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