-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug so that x2sys_cross accepts dataframes with NaN values (#1369)
Ensure that the NaN values properly written to the temporary track file in tempfile_from_dftrack so that GMT's `x2sys_cross` function can read it properly. Added a regression unit test to ensure that the pandas EmptyDataError doesn't occur again.
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
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
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