We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug premerge mypy issue https://github.com/Project-MONAI/MONAI/runs/7032166426?check_suite_focus=true
mypy 0.961 (compiled: yes) monai/transforms/spatial/array.py:361:16: error: Incompatible return value type (got "Tuple[Union[ndarray[Any, Any], Tensor], Dict[Any, Any]]", expected "Tuple[Union[ndarray[Any, Any], Tensor], Union[ndarray[Any, Any], Tensor]]") [return-value] Found 1 error in 1 file (checked 867 source files) Error: Process completed with exit code 1.
fixing this when merging the PR #4576
The text was updated successfully, but these errors were encountered:
fixes Project-MONAI#4577
717fc45
Signed-off-by: Wenqi Li <[email protected]>
142c361
Successfully merging a pull request may close this issue.
Describe the bug
premerge mypy issue
https://github.com/Project-MONAI/MONAI/runs/7032166426?check_suite_focus=true
fixing this when merging the PR #4576
The text was updated successfully, but these errors were encountered: