Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-krismer committed Jul 3, 2023
1 parent 9cc14ae commit f087610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_DataSet.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ def test_multicova_analysis(self):
covariates=["disease", "Alkaline phosphatase measurement"],
subset={"disease": ["healthy", "liver cirrhosis"]},
)
self.assertAlmostEqual(0.3063, res['disease_fc'].iloc[1], places=2)
self.assertAlmostEqual(-0.3063, res['disease_fc'].iloc[1], places=2)


def test_multicova_analysis_invalid_covariates(self):
Expand Down

0 comments on commit f087610

Please sign in to comment.