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 f5d2266 commit 03f4072Copy full SHA for 03f4072
sdcflows/transform.py
@@ -498,7 +498,8 @@ def apply(
498
pe_info.append(
499
(
500
pe_axis,
501
- # Displacements are reversed if either is true (after ensuring positive cosines)
+ # Displacements are reversed if either is true
502
+ # (after ensuring positive cosines)
503
-ro_time[volid] if (axis_flip ^ pe_flip) else ro_time[volid],
504
)
505
0 commit comments