Skip to content

Commit 67600c0

Browse files
committed
requested changes
1 parent b997a06 commit 67600c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bayesflow/adapters/transforms/concatenate.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ class Concatenate(Transform):
1616
1717
Parameters:
1818
keys: Input a list of strings, where the strings are the names of data variables.
19-
into: A string telling network how to use the variables named in keys.
20-
-options: "inference_variables", "summary_variables", "inference_conditions"
19+
into: A string telling the network how to use the variables named in keys.
2120
axis: integer specifing along which axis to concatonate the keys. The last axis is used by default.
2221
2322
Example:
24-
Suppose you have a simulator that generates variables beta, sigma from priors and then observation
23+
Suppose you have a simulator that generates variables "beta" and "sigma" from priors and then observation
2524
variables "x" and "y". We can then use concatonate in the following way
2625
2726
adapter = (

0 commit comments

Comments
 (0)