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

Commit

Permalink
adding a term in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Sep 4, 2024
1 parent 915afb4 commit 4912e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ def test_base():
model=model,
adata=adata,
)
assert metrics["reco2full"] - metrics["noisy2full"] > 0
assert metrics["reco2full"] - metrics["noisy2full"] > 0, "Model is not denoising"

0 comments on commit 4912e37

Please sign in to comment.