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

Function test_vectors_serialization

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

Source from the content-addressed store, hash-verified

117
118
119def test_vectors_serialization():
120 vs = generate_test_vectors()
121 ser = pickle.dumps(vs, 2)
122 deser = pickle.loads(ser)
123 assert vs == deser
124
125
126def test_vectors_clear():

Callers

nothing calls this directly

Calls 1

generate_test_vectorsFunction · 0.85

Tested by

no test coverage detected