-
Notifications
You must be signed in to change notification settings - Fork 1.5k
mypy 0.991 update compatibility #5522
Copy link
Copy link
Closed
Description
mypy 0.991 (compiled: yes)
monai/data/meta_obj.py:83:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/meta_obj.py:84:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/meta_obj.py:85:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/meta_obj.py:86:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/meta_tensor.py:357:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/transforms/intensity/dictionary.py:1589:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/transforms/intensity/dictionary.py:1662:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/transforms/croppad/dictionary.py:322:1: error: Cannot determine type of "inverse" in base class "MapTransform" [misc]
monai/data/image_reader.py:292:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/image_reader.py:293:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/image_reader.py:613:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/image_reader.py:614:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/image_reader.py:944:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/image_reader.py:945:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/image_reader.py:1110:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/image_reader.py:1111:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/image_reader.py:1201:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/image_reader.py:1202:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/image_writer.py:424:12: error: Cannot determine type of "output_dtype" [has-type]
monai/data/image_writer.py:579:12: error: Cannot determine type of "output_dtype" [has-type]
monai/data/image_writer.py:724:12: error: Cannot determine type of "output_dtype" [has-type]
monai/data/dataset.py:1075:13: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/data/dataset.py:1208:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/networks/blocks/warp.py:162:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/networks/blocks/feature_pyramid_network.py:71:5: error: Missing return statement [empty-body]
monai/metrics/metric.py:176:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/metrics/metric.py:177:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/metrics/metric.py:178:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/apps/deepgrow/transforms.py:54:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/apps/deepgrow/transforms.py:658:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/apps/deepgrow/transforms.py:659:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/apps/deepgrow/transforms.py:747:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/apps/deepgrow/transforms.py:841:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
tests/test_wsireader.py:264:13: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
tests/test_wsireader.py:369:13: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
tests/test_wsireader.py:385:13: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
tests/test_splitdimd.py:40:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
tests/test_spacing.py:268:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
tests/test_inverse_array.py:42:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
tests/test_inverse_array.py:57:13: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/networks/nets/dints.py:41:5: error: Missing return statement [empty-body]
monai/networks/nets/dints.py:49:5: error: Missing return statement [empty-body]
monai/metrics/regression.py:308:13: error: Name "ssim_value" already defined on line 306 [no-redef]
monai/metrics/f_beta_score.py:36:5: error: Signature of "_compute_tensor" incompatible with supertype "IterationMetric" [override]
monai/metrics/f_beta_score.py:36:5: note: Superclass:
monai/metrics/f_beta_score.py:36:5: note: def _compute_tensor(self, y_pred: Tensor, y: Optional[Tensor] = ...) -> Any
monai/metrics/f_beta_score.py:36:5: note: Subclass:
monai/metrics/f_beta_score.py:36:5: note: def _compute_tensor(self, y_pred: Tensor, y: Tensor) -> Any
monai/auto3dseg/analyzer.py:464:13: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/networks/nets/ahnet.py:284:17: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
tests/test_flexible_unet.py:98:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/apps/auto3dseg/hpo_gen.py:100:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/apps/auto3dseg/hpo_gen.py:275:9: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
monai/apps/auto3dseg/ensemble_builder.py:223:13: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels