Skip to content

Commit

Permalink
Fix precision in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gtca committed Oct 13, 2023
1 parent 031e2c6 commit e6da88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_anndata.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_multi_group(self, filepath_hdf5):
)

mofa(
adata, groups_label="group", outfile=filepath_hdf5, expectations=["W", "Z"]
adata, groups_label="group", outfile=filepath_hdf5, expectations=["W", "Z"],
)

adata.obs["true_group"] = [s.split("_")[1] for s in adata.obs["sample"]]
Expand Down

0 comments on commit e6da88a

Please sign in to comment.