MCPcopy Create free account
hub / github.com/CompPhysVienna/n2p2 / c1

Function c1

test/python/test_CutoffFunction.py:39–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38@pytest.fixture
39def c1():
40 c = CutoffFunction()
41 c.setCutoffRadius(cutoff_radius)
42 c.setCutoffParameter(cutoff_parameter)
43 return c
44
45class Test___cinit__:
46 def test_skeleton_initialization(self):

Callers

nothing calls this directly

Calls 3

setCutoffRadiusMethod · 0.95
setCutoffParameterMethod · 0.95
CutoffFunctionClass · 0.85

Tested by

no test coverage detected