Skip to content

Commit 0859d25

Browse files
committed
resolved conflict in concatenate
1 parent d7dd342 commit 0859d25

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

bayesflow/adapters/transforms/concatenate.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
@serializable(package="bayesflow.adapters")
1414
class Concatenate(Transform):
15-
<<<<<<< HEAD
1615
"""Concatenate multiple arrays into a new key. Used to specify how data variables should be treated by the network.
1716
1817
Parameters:
@@ -24,14 +23,6 @@ class Concatenate(Transform):
2423
Example:
2524
Suppose you have a simulator that generates variables beta, sigma from priors and then observation
2625
variables "x" and "y". We can then use concatonate in the following way
27-
=======
28-
"""Concatenate multiple arrays into a new key.
29-
Parameters:
30-
31-
keys:
32-
33-
into:
34-
>>>>>>> b8b68757b0ae1a5f34bf656a837abbeb77e2ec62
3526
3627
adapter = (
3728
bf.Adapter()

0 commit comments

Comments
 (0)