change return of get_channel in tile to remove unreachable line

This commit is contained in:
2021-10-17 16:34:17 +02:00
parent e7dbe2c501
commit 7b4c13c133

View File

@@ -117,5 +117,4 @@ class Tile:
np.ndarray: The loaded image of shape (focus_level, width, height)
"""
return self.get_data()[channel, :, :, :]
return self.images[round].get_channel(channel)