Skip to content

Commit 2722d93

Browse files
committed
fix two moons test
1 parent 73ec603 commit 2722d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_two_moons/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def adapter():
2828
from bayesflow import ContinuousApproximator
2929

3030
return ContinuousApproximator.build_adapter(
31-
inference_variables=["theta"],
32-
inference_conditions=["x"],
31+
inference_variables=["parameters"],
32+
inference_conditions=["observables"],
3333
)
3434

3535

0 commit comments

Comments
 (0)