We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fe9b6 commit 644a909Copy full SHA for 644a909
test/run_test.py
@@ -1265,8 +1265,8 @@ def test_surf2vol_fill(self):
1265
self.assertAlmostEqual(np.sum(vol.astype(np.float32)) * 0.0001, 3.5536, 2)
1266
1267
def test_s2v(self):
1268
- vol = s2v(self.no, self.fc, fill=1)
1269
- self.assertAlmostEqual(np.sum(vol.astype(np.float32)) * 0.0001, 7.8651, 2)
+ vol = s2v(self.no, self.fc, 80, fill=1)
+ self.assertAlmostEqual(np.sum(vol.astype(np.float32)) * 0.0001, 31.4066, 2)
1270
1271
1272
@unittest.skipIf(
0 commit comments