Skip to content

Commit

Permalink
trying to solve batch correction test failure for Mac/3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
duibuqi committed Dec 4, 2023
1 parent ee6c935 commit b0adac9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/test_batchandrocorrection.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,11 @@ def test_batchCorrection_synthetic(self):
feature = output[featureNo][1]
means.append(numpy.mean(
feature[(self.batch == batch) & self.testSRmask]))
#print("expected means = %s" % expectedMeans)
#print("means = %s" % means)

numpy.testing.assert_allclose(means, expectedMeans, rtol=1e-02)
#print("tol = %s" % 1.5e-02)

def test_correctMSdataset_raises(self):

Expand Down

0 comments on commit b0adac9

Please sign in to comment.