-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CU-2hz5ump deid mulitprocessing (#393)
* CU-2hz5ump: Separate the text replacement in deid * CU-2hz5ump: Fix some indentation on multiprocessing methods in CAT * CU-2hz5ump: Add method to deid multithreaded * CU-2hz5ump: Add tests for deid multiprocessing * CU-2hz5ump: Fix return type for multiprocessing deid method * CU-2hz5ump: Remove unused import * CU-2hz5ump: Fix typing issue within deid multi texts method * CU-2hz5ump: Add removal parts to deid tests * CU-2hz5ump: Add error handling with message to deid multiprocessing issues * CU-2hz5ump: Unpin mypy for dev requirements * CU-2hz5ump: Fix mypy unpin typo * CU-2hz5ump: Force later version of mypy * CU-2hz5ump: Force mypy extensions to newer version * CU-2hz5ump: Add 20 minute timeout to main workflow * CU-2hz5ump: Add 20 minute timeout to main workflow (build) * CU-2hz5ump: Add 19 minute timeout to tests step of main workflow * CU-2hz5ump: Move to a 17 minute timeout to tests step of main workflow * CU-2hz5ump: Add a 10 minute timeout for multiprocessing DeID tests * Revert "CU-2hz5ump: Add a 10 minute timeout for multiprocessing DeID tests" This reverts commit 5e22334. * CU-2hz5ump: Add a 3 minute timeout (through a decorator) to multiprocessing DeID tests * CU-2hz5ump: Remove overly strict DeID test * CU-2hz5ump: Add condition for number of results for multiprocessing DeID test
- Loading branch information
Showing
7 changed files
with
148 additions
and
23 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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