Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompPhysVienna/n2p2
/ v1
Function
v1
test/python/test_Atom.py:18–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
@pytest.fixture
18
def
v1():
19
global v1x, v1y, v1z
20
v1x, v1y, v1z = 1.0, 2.0, 3.0
21
v = Vec3D(v1x, v1y, v1z)
22
return
v
23
24
class
Test___cinit__:
25
def
test_skeleton_initialization(self):
Callers
nothing calls this directly
Calls
1
Vec3D
Class · 0.85
Tested by
no test coverage detected