Skip to content

Commit 283f54f

Browse files
committed
write pdf to temp
1 parent b7d872d commit 283f54f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_basic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ def test_get_features(FlowSOM_res, ff_path):
109109
)
110110

111111

112-
def test_FlowSOMmary(FlowSOM_res):
113-
fs.pl.FlowSOMmary(FlowSOM_res)
112+
def test_FlowSOMmary(FlowSOM_res, tmp_path):
113+
fs.pl.FlowSOMmary(FlowSOM_res, tmp_path / "FlowSOMmary.pdf")
114114

115115

116116
def test_FlowSOM_class(FlowSOM_res):

0 commit comments

Comments
 (0)