Skip to content

Commit

Permalink
Removed return in test_align
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Jun 28, 2024
1 parent 6bd781d commit 37f522d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomotools/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ def test_align(self,
ax3.set_title("Slice %s" % str(slices[2]))
ax3.set_axis_off()
fig.tight_layout()
return rec
return

def set_tilts(self, start, increment):
"""
Expand Down

0 comments on commit 37f522d

Please sign in to comment.