Skip to content

Commit

Permalink
remove syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
aGuyLearning committed Nov 6, 2024
1 parent ab8555c commit e1cf21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plot/test_catplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ def test_catplot_vanilla(adata_mini, check_same_image):

check_same_image(
fig=fig,
base_path=f"{_TEST_IMAGE_PATH}/catplot_vanilla",;
base_path=f"{_TEST_IMAGE_PATH}/catplot_vanilla",
tol=2e-1,
)

0 comments on commit e1cf21f

Please sign in to comment.