Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RRobert92 committed May 8, 2024
1 parent 517a919 commit 84feab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis_em/utils/predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ def __call__(self, *args, **kwargs):
self.log_tardis(id_, i, log_id=3)

self.preprocess_DIST(id_name=i)
self.segments = None
self.segments = np.zeros((0, 4))

# Break iter loop for instances if no point cloud is found
if len(self.pc_ld) == 0:
Expand Down

0 comments on commit 84feab3

Please sign in to comment.