Skip to content

Commit

Permalink
actually be able to do the timing ...
Browse files Browse the repository at this point in the history
  • Loading branch information
leoguignard committed Jul 20, 2023
1 parent 93f6424 commit 5b69da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sc3D/sc3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ def registration_3d(
for i, cs1 in enumerate(cs_to_treat[:-1]):
cs2 = cs_to_treat[i + 1]
self.trsfs[cs2] = self.register_cs(
cs1, cs2, rigid=rigid, final=True, th_d=th_d
cs1, cs2, rigid=rigid, final=True, th_d=th_d, timing=timing
)
if timing:
times.append([cs1, cs2, time() - current_time])
Expand Down

0 comments on commit 5b69da9

Please sign in to comment.