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

Function em1

test/python/test_ElementMap.py:5–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4@pytest.fixture
5def em1():
6 global elements
7 elements = ["H", "O", "S", "Cu"]
8 em = ElementMap()
9 em.registerElements(elements[3] + " " + elements[1] + " " +
10 elements[2] + " " + elements[0])
11 return em
12
13class Test___cinit__:
14 def test_skeleton_initialization(self):

Callers

nothing calls this directly

Calls 2

registerElementsMethod · 0.95
ElementMapClass · 0.50

Tested by

no test coverage detected