We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d471df9 commit 6ee979dCopy full SHA for 6ee979d
src/regfans/fan.py
@@ -1319,7 +1319,7 @@ def flip_linear(self,
1319
if verbosity >= 1:
1320
print(f"; {circ.Z} is not flippable..." + 20*" ",flush=True)
1321
status = Exception("Hit non-flippable wall...")
1322
- h_curr = util.lerp(h_curr, h_target, 0.99*first_hit_dist)
+ h_tmp = util.lerp(h_curr, h_target, 0.99*first_hit_dist)
1323
1324
# check that we can compute a next step
1325
dists = sc_curr@h_tmp
0 commit comments