MCPcopy Create free account
hub / github.com/pmneila/PyMCubes / test_wrong_method

Function test_wrong_method

test_smoothing.py:80–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79
80def test_wrong_method():
81
82 with pytest.raises(ValueError):
83 mcubes.smooth(
84 np.zeros((10, 10), dtype=np.bool_),
85 method='wrong',
86 max_iters=500,
87 rel_tol=1e-4
88 )
89
90
91def test_circle():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected