Skip to content
Snippets Groups Projects
Commit 6d00118d authored by Alán Muñoz's avatar Alán Muñoz
Browse files

tests(Image): rename ImageLocal->ImageLocalOME

parent bd61641b
No related branches found
No related tags found
No related merge requests found
import argparse
from aliby.io.image import ImageLocal
from aliby.io.image import ImageLocalOME
# from aliby.experiment import ExperimentLocal
from aliby.tile.tiler import Tiler, TilerParameters
......@@ -20,7 +20,7 @@ def define_parser():
def initialise_objects(data_path, template=None):
image = ImageLocal(data_path)
image = ImageLocalOME(data_path)
tiler = Tiler.from_image(image, TilerParameters.default())
return tiler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment