Skip to content
Snippets Groups Projects
Commit 757417ea authored by payno's avatar payno
Browse files

NXtomoScan: fix bacward compatibility: 'depends_on' expects a str

parent b7cfba9c
No related branches found
No related tags found
1 merge request!258NXtomoScan: fix bacward compatibility: 'depends_on' expects a str
Pipeline #230708 passed
......@@ -771,7 +771,7 @@ class NXtomoScan(TomoScanBase):
prev_trans,
)
prev_trans = DetYFlipTransformation(
flip=y_flipped, depends_on=prev_trans
flip=y_flipped, depends_on=prev_trans.axis_name
)
det_transformations.append(
prev_trans,
......
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