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 fa43257 commit 3a0a976
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions test/integration/test_figure_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,10 @@ 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() # self.import_pyramid(tmpdir, client=client)
query_service = client.sf.getQueryService()
big_image = query_service.findByQuery(
"""select i from Image i left outer join fetch i.pixels as p
where i.id = :id""",
ParametersI().addId(image_id))
image_id = image.getId()

figure_name = "test_export_figure_as_%s" % export_option
json = create_figure([image, big_image])
json = create_figure([image])
uri = "https://www.openmicroscopy.org/"
args = {
"Figure_JSON": omero.rtypes.rstring(json),
Expand Down

0 comments on commit 3a0a976

Please sign in to comment.