diff --git a/aesara/scan/op.py b/aesara/scan/op.py index f8a8ad01ef..05e6e7dc59 100644 --- a/aesara/scan/op.py +++ b/aesara/scan/op.py @@ -3440,7 +3440,7 @@ def profile_printer( ) -@op_debug_information.register(Scan) +@op_debug_information.register(Scan) # type: ignore def _op_debug_information_Scan(op, node): from typing import Sequence diff --git a/aesara/link/jax/dispatch/test_subtensor.py b/tests/link/jax/test_subtensor.py similarity index 100% rename from aesara/link/jax/dispatch/test_subtensor.py rename to tests/link/jax/test_subtensor.py