Skip to content
Snippets Groups Projects
Commit aae765f3 authored by David Hammer's avatar David Hammer
Browse files

Fix obvious schema issue

parent 4c1d521f
No related branches found
No related tags found
2 merge requests!74Refactor DetectorAssembler,!73Refactor stacking for reuse and overlappability
......@@ -8,6 +8,7 @@ from karabo.bound import (
TABLE_ELEMENT,
Hash,
Schema,
State,
)
import numpy as np
......@@ -87,7 +88,7 @@ class StackingFriend:
@staticmethod
def add_schema(self, schema):
(
TABLE_ELEMENT(expected)
TABLE_ELEMENT(schema)
.key("merge")
.displayedName("Array stacking")
.allowedStates(State.PASSIVE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment