MCPcopy Create free account
hub / github.com/davisking/dlib / test_vectorss_serialization

Function test_vectorss_serialization

tools/python/test/test_vector.py:146–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145
146def test_vectorss_serialization():
147 vss = generate_test_vectorss()
148 ser = pickle.dumps(vss, 2)
149 deser = pickle.loads(ser)
150 assert vss == deser
151
152
153def test_vectorss_clear():

Callers

nothing calls this directly

Calls 1

generate_test_vectorssFunction · 0.85

Tested by

no test coverage detected