Skip to content

Commit 84712cd

Browse files
committed
Fix compatibility test error message
1 parent 24c5b95 commit 84712cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/backends/test_zarr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ def incompatible_model(request):
863863
)
864864
test_step = NUTS(potential=potential)
865865
error_message = (
866-
"The state method sampling state class is incompatible with what's stored in the trace."
866+
"The step method sampling state class is incompatible with what's stored in the trace."
867867
)
868868
else:
869869
raise NotImplementedError()

0 commit comments

Comments
 (0)