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 6a9e408 commit 079b269Copy full SHA for 079b269
tests/backends/test_zarr.py
@@ -863,7 +863,7 @@ def incompatible_model(request):
863
)
864
test_step = NUTS(potential=potential)
865
error_message = (
866
- "The state method sampling state class is incompatible with what's stored in the trace."
+ "The step method sampling state class is incompatible with what's stored in the trace."
867
868
else:
869
raise NotImplementedError()
0 commit comments