Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 4912e37

Browse files
committed
adding a term in the test
1 parent 915afb4 commit 4912e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def test_base():
5353
model=model,
5454
adata=adata,
5555
)
56-
assert metrics["reco2full"] - metrics["noisy2full"] > 0
56+
assert metrics["reco2full"] - metrics["noisy2full"] > 0, "Model is not denoising"

0 commit comments

Comments
 (0)