Skip to content

Commit

Permalink
Remove logging from digital pathology transforms (#297)
Browse files Browse the repository at this point in the history
closes #114

Removes the try/except wrappers with logging of errors from the digital pathology transforms added in #100. 

Also renames a variable `to_cupy` to `to_numpy` instead to reflect its actual function.

**For reviewers**: There appear to be many lines changed here, but it is mostly a change in indentation due to removal of `try/except` blocks with `_logger` calls. Also some nested function definitions within `color_jitter` were moved outside of that function.

Authors:
   - Gregory Lee (https://github.com/grlee77)

Approvers:
   - Gigon Bae (https://github.com/gigony)
   - https://github.com/jakirkham
  • Loading branch information
grlee77 authored Jun 6, 2022
1 parent 3aeb44f commit 50c3c21
Show file tree
Hide file tree
Showing 6 changed files with 445 additions and 484 deletions.
Loading

0 comments on commit 50c3c21

Please sign in to comment.