Skip to content

Commit ba7e577

Browse files
committed
[ci] fix macos-14 ci tests
1 parent 04000dd commit ba7e577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ def test_v2s(self):
11681168
def test_v2m(self):
11691169
no, el, fc = v2m(self.im, 0.5, 0.03, 10)
11701170
self.assertAlmostEqual(sum(elemvolume(no, fc[:, :3])), 5.01, 2)
1171-
self.assertAlmostEqual(sum(elemvolume(no, el[:, :4])), 0.8786654361973504, 4)
1171+
self.assertAlmostEqual(sum(elemvolume(no, el[:, :4])), 0.8786654361973504, 3)
11721172

11731173
def test_cgalv2m(self):
11741174
no, el, fc = v2m(

0 commit comments

Comments
 (0)