Skip to content

Commit

Permalink
Updated target for physical 3L 6P inspect until numerator are fully in
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinHirschi committed Jul 16, 2024
1 parent c358631 commit 2713263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gammaloop/tests/unit/test_inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ def test_inspect_physical_3L_6photons_topology_A(self, physical_3L_6photons_topo
inspect_res = gl.do_inspect(
'physical_3L_6photons_topology_A -p 0.123 0.3242 0.4233 0.14235 0.25122 0.3245 0.12337 0.224237 0.32327')
check_inspect_result(
inspect_res, complex(0, 2.3706290494305587e-44), max_relative_diff=1.0e-12)
inspect_res, complex(0, 2.2265511758628186e-44), max_relative_diff=1.0e-12)

0 comments on commit 2713263

Please sign in to comment.