Skip to content

Commit 8fb4158

Browse files
committed
Fix typo
1 parent 133cb9a commit 8fb4158

File tree

1 file changed

+1
-1
lines changed
  • bayesflow/adapters/transforms

1 file changed

+1
-1
lines changed

bayesflow/adapters/transforms/nnpe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def _resolve_scale(
8787
"""
8888
Determine spike/slab scale:
8989
- If `passed` is None: Automatic determination via default * std(data) (per‐dimension or global).
90-
- Else: validate & cast `passed to the correct shape/type.
90+
- Else: Validate & cast `passed` to the correct shape/type.
9191
9292
Parameters
9393
----------

0 commit comments

Comments
 (0)