@@ -47,7 +47,7 @@ def parse_to_xyz_t(
4747# =============================================================================
4848
4949
50- @dispatch (precedence = 1 ) # type: ignore[call-overload,misc]
50+ @dispatch (precedence = 1 )
5151def potential (
5252 pot : gp .AbstractPotential ,
5353 xyz : Real [APYQuantity , "*#batch 3" ],
@@ -63,7 +63,7 @@ def potential(
6363 return gp .potential (pot , convert (xyz , FastQ ), convert (t , FastQ ))
6464
6565
66- @dispatch (precedence = 1 ) # type: ignore[call-overload,misc]
66+ @dispatch (precedence = 1 )
6767def gradient (
6868 pot : gp .AbstractPotential ,
6969 xyz : Real [APYQuantity , "*#batch 3" ],
@@ -79,7 +79,7 @@ def gradient(
7979 return gp .gradient (pot , convert (xyz , FastQ ), convert (t , FastQ ))
8080
8181
82- @dispatch (precedence = 1 ) # type: ignore[call-overload,misc]
82+ @dispatch (precedence = 1 )
8383def density (
8484 pot : gp .AbstractPotential ,
8585 xyz : Real [APYQuantity , "*#batch 3" ],
@@ -95,7 +95,7 @@ def density(
9595 return gp .density (pot , convert (xyz , FastQ ), convert (t , FastQ ))
9696
9797
98- @dispatch (precedence = 1 ) # type: ignore[call-overload,misc]
98+ @dispatch (precedence = 1 )
9999def hessian (
100100 pot : gp .AbstractPotential ,
101101 xyz : Real [APYQuantity , "*#batch 3" ],
0 commit comments