Skip to content

Commit

Permalink
Stop calling wrong load son data function #99
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBodine committed Oct 4, 2023
1 parent b3646f8 commit e5ac226
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/class_rectObj.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,8 @@ def _rectSonParallel(self,

if son:
# Open image to rectify
self._loadSonChunk()
# self._loadSonChunk()
self._getScanChunkSingle(chunk)
else:
# Rectifying substrate classification
pass
Expand Down

0 comments on commit e5ac226

Please sign in to comment.