Skip to content

Commit

Permalink
Removed debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik committed Apr 14, 2022
1 parent 440c08a commit 4a1de63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/python/arrus/utils/imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,6 @@ def prepare(self, const_metadata: arrus.metadata.ConstMetadata):
n_samples = next(iter(n_samples_set))
batch_size = fcm.batch_size
self.output_shape = (batch_size, n_frames, n_samples, n_channels)
print(self.output_shape)
self._output_buffer = xp.zeros(shape=self.output_shape, dtype=xp.int16)
if xp == np:
# CPU
Expand Down

0 comments on commit 4a1de63

Please sign in to comment.