Skip to content

Commit 9aaeac2

Browse files
committed
(fix): try bigger
1 parent 2f3b85f commit 9aaeac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_muon_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_multi_group(self, filepath_hdf5):
144144

145145
for sample, value in (("sample9_groupA", 1.719391), ("sample17_groupB", -2.057848)):
146146
si = np.where(mdata.obs.index == sample)[0]
147-
assert mdata.obsm["X_mofa"][si, 0] == pytest.approx(value, 1e-5)
147+
assert mdata.obsm["X_mofa"][si, 0] == pytest.approx(value, 1e-4)
148148

149149

150150
if __name__ == "__main__":

0 commit comments

Comments
 (0)