Skip to content

Commit 612123c

Browse files
committed
Improve test coverage
1 parent cf05da9 commit 612123c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_adapters/test_adapters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def test_nnpe(random_data):
304304
import numpy as np
305305
from bayesflow.adapters import Adapter
306306

307-
ad = Adapter().nnpe(["x1"], slab_scale=1.0, spike_scale=1.0, seed=42)
307+
ad = Adapter().nnpe("x1", slab_scale=1.0, spike_scale=1.0, seed=42)
308308
result_training = ad(random_data, stage="training")
309309
result_validation = ad(random_data, stage="validation")
310310
result_inference = ad(random_data, stage="inference")

0 commit comments

Comments
 (0)