Skip to content

Commit

Permalink
remove unused reshape method
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-rosenthal committed Apr 5, 2022
1 parent d2892f4 commit bf9fbb0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pathml/core/slide_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ def run(self, pipeline, client=None, distributed=True, **kwargs):
if shutdown_after:
client.shutdown()

def reshape(self, shape, centercrop=False):
for slide in self.slides:
slide.tiles.reshape(shape=shape, centercrop=centercrop)

def write(self, dir, filenames=None):
"""
Write all SlideData objects to the specified directory.
Expand Down

0 comments on commit bf9fbb0

Please sign in to comment.