pdme/tests/util/__snapshots__/test_fast_nonlocal_spectrum.ambr
Deepak Mallubhotla 3ebe2bb824
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
feat: adds util func for calculating arg using sign instead of complex arithmetic
2024-02-26 17:31:26 -06:00

21 lines
252 B
Plaintext

# serializer version: 1
# name: test_arg
list([
list([
-0.0,
-0.0,
-0.0,
]),
list([
3.141592653589793,
-0.0,
-0.0,
]),
list([
-0.0,
-0.0,
3.141592653589793,
]),
])
# ---