Skip to content

Commit 0433758

Browse files
committed
fix the typing for the size
1 parent a7a1b3f commit 0433758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ def assert_no_rvs(vars: Sequence[Variable]) -> None:
978978
raise AssertionError(f"RV found in graph: {rvs}")
979979

980980

981-
SampleStatsCreator = Callable[[tuple[str, ...]], NDArray]
981+
SampleStatsCreator = Callable[[tuple[int, int]], NDArray]
982982

983983

984984
def mock_sample(

0 commit comments

Comments
 (0)