mirror of
https://github.com/13hannes11/situr.git
synced 2024-09-03 20:50:58 +02:00
change return of get_channel in tile to remove unreachable line
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user