Skip to content
Snippets Groups Projects
Commit 37d138c1 authored by payno's avatar payno
Browse files

Merge branch 'fix_109' into '2.1'

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

See merge request !258
parents b7cfba9c 757417ea
No related branches found
Tags v2.1.4
1 merge request!258NXtomoScan: fix bacward compatibility: 'depends_on' expects a str
Pipeline #230719 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