We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dd342 commit 0859d25Copy full SHA for 0859d25
bayesflow/adapters/transforms/concatenate.py
@@ -12,7 +12,6 @@
12
13
@serializable(package="bayesflow.adapters")
14
class Concatenate(Transform):
15
-<<<<<<< HEAD
16
"""Concatenate multiple arrays into a new key. Used to specify how data variables should be treated by the network.
17
18
Parameters:
@@ -24,14 +23,6 @@ class Concatenate(Transform):
24
23
Example:
25
Suppose you have a simulator that generates variables beta, sigma from priors and then observation
26
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
35
36
adapter = (
37
bf.Adapter()
0 commit comments