11 lines
275 B
Plaintext
Executable File
11 lines
275 B
Plaintext
Executable File
# serializer version: 1
|
|
# name: test_from_json_string
|
|
list([
|
|
DotPosition(r=array([0. , 1.5, 2. ]), label='dot1'),
|
|
DotPosition(r=array([-5., 3., -1.]), label='dot2'),
|
|
])
|
|
# ---
|
|
# name: test_parse_one_dot
|
|
DotPosition(r=array([1.5, 0. , 1. ]), label='dot1')
|
|
# ---
|