Skip to content

Commit

Permalink
flow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenwagner committed Oct 2, 2024
1 parent 7f7f188 commit 60dc546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/napari_tomotwin/_tests/test_load_umap.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def test_something(self):
widget, _ = viewer.window.add_plugin_dock_widget('napari-tomotwin', widget_name='TomoTwin clustering workflow')
lyr = tool.load_umap(filename=f"{tmpdirname}/umap.tumap")
viewer.add_layer(lyr)
viewer.close()

assert True # just make sure that now exception is raised

Expand Down

0 comments on commit 60dc546

Please sign in to comment.