-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…1662) * Update JSON argument list parsing to properly handle Strings/pdarray objects. Updated parsing to require objects in the list be the same type, though pdarray dtypes are able to have varying dtypes. Added testing for the _json_args_to_str. Ensure that numeric, str, Strings, and pdarray are properly converted for parsing on the server. * Removing escape sequences that pytest was not happy with. * Updating regex
- Loading branch information
1 parent
38b25fc
commit d081449
Showing
2 changed files
with
75 additions
and
2 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