Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel authored and will-moore committed Dec 20, 2023
1 parent 3a0a976 commit 55d7177
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/integration/test_figure_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
from script import ScriptTest
from script import run_script
from script import check_file_annotation
from omero.sys import ParametersI
from omero.model import Image

path = "/omero/figure_scripts/"
Expand Down Expand Up @@ -59,8 +58,6 @@ def test_export_figure_as(self, export_option, tmpdir):
image = self.create_test_image(size_x, size_y, size_z, size_c,
size_t, session)

image_id = image.getId()

figure_name = "test_export_figure_as_%s" % export_option
json = create_figure([image])
uri = "https://www.openmicroscopy.org/"
Expand Down

0 comments on commit 55d7177

Please sign in to comment.