-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enh: use
orjson
for robuster handling of IQMs (and NaNs)
Replaces the standard `json` library with `orjson`, which is way faster and more reliable in terms of encoding numpy objects (the main issue we typically hit within *MRIQC*). Incidentally, this PR fixes an import of `simplejson`, which was not listed as a dependency. Related-to: #1302. Closes: #546. Closes: #1089. Closes: #1133.
- Loading branch information
Showing
3 changed files
with
33 additions
and
19 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
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