-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make vectorization consistent across all time conversion functions (#…
…1324) * Make vectorization consistent across all time conversion functions Fix bug causing iteration over a 0-d array when numpy.vectorize returns a 0-d array rather than a scalar * Add test coverage ensuring that met_to_datetime64 returns a scalar when a scalar is input Modify met_to_datetime64 to return a scalar when a scalar is input
- Loading branch information
1 parent
ee41ffa
commit 444b9f9
Showing
2 changed files
with
55 additions
and
24 deletions.
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