We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7e0c8 commit e0f90f9Copy full SHA for e0f90f9
tiatoolbox/models/engine/engine_abc.py
@@ -650,7 +650,7 @@ def infer_patches(
650
651
return raw_predictions
652
653
- def post_process_patches( # noqa: ARG002
+ def post_process_patches(
654
self: EngineABC,
655
raw_predictions: dict | Path,
656
prediction_shape: tuple[int, ...],
@@ -796,7 +796,7 @@ def infer_wsi(
796
)
797
798
# This is not a static model for child classes.
799
- def post_process_wsi( # skipcq: PYL-R0201 # noqa: ARG002
+ def post_process_wsi( # skipcq: PYL-R0201
800
801
802
0 commit comments