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 73ec603 commit 2722d93Copy full SHA for 2722d93
tests/test_two_moons/conftest.py
@@ -28,8 +28,8 @@ def adapter():
28
from bayesflow import ContinuousApproximator
29
30
return ContinuousApproximator.build_adapter(
31
- inference_variables=["theta"],
32
- inference_conditions=["x"],
+ inference_variables=["parameters"],
+ inference_conditions=["observables"],
33
)
34
35
0 commit comments