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 27890d9 commit fa43257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_figure_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ 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 = self.import_pyramid(tmpdir, client=client)
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
Expand Down

0 comments on commit fa43257

Please sign in to comment.