Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
0
140
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.4.1, pluggy-1.6.0 -- /usr/local/bin/python3
rootdir: /verifier
collecting ... collected 8 items
test_outputs.py::test_artifacts_exist_parse_and_have_declared_shape PASSED [ 12%]
test_outputs.py::test_units_sign_convention_and_algebraic_invariants FAILED [ 25%]
test_outputs.py::test_background_and_saved_profile_match_independent_reconstruction FAILED [ 37%]
test_outputs.py::test_love_number_has_source_anchor_and_independent_cross_check PASSED [ 50%]
test_outputs.py::test_broad_scan_and_two_start_history_match_tamper_isolated_replay FAILED [ 62%]
test_outputs.py::test_complex_mode_matches_tamper_isolated_replay FAILED [ 75%]
test_outputs.py::test_sampled_spectrum_supports_the_reported_outgoing_root FAILED [ 87%]
test_outputs.py::test_mode_profile_is_normalized_smooth_and_surface_weighted FAILED [100%]
=================================== FAILURES ===================================
_____________ test_units_sign_convention_and_algebraic_invariants ______________
> ???
E assert 0.0 > 0.0
/srv/frontierphysics/worktrees/pr-20-0604b8033d8f/tasks/neutron-star-mode-analysis/verifier/test_outputs.py:626: AssertionError
______ test_background_and_saved_profile_match_independent_reconstruction ______
> ???
/srv/frontierphysics/worktrees/pr-20-0604b8033d8f/tasks/neutron-star-mode-analysis/verifier/test_outputs.py:671:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
actual = 0.0, expected = 3.632501690171518e-14
> ???
E AssertionError: surface_pressure_km2: got 0, expected 3.63250169017e-14 (rtol=0.002, atol=1e-16)
E assert False
E + where False = <built-in function isclose>(0.0, 3.632501690171518e-14, rel_tol=0.002, abs_tol=1e-16)
E + where <built-in function isclose> = math.isclose
/srv/frontierphysics/worktrees/pr-20-0604b8033d8f/tasks/neutron-star-mode-analysis/verifier/test_outputs.py:478: AssertionError
______ test_broad_scan_and_two_start_history_match_tamper_isolated_replay ______
> ???
/srv/frontierphysics/worktrees/pr-20-0604b8033d8f/tasks/neutron-star-mode-analysis/verifier/test_outputs.py:912:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
actual = 4.5788652433410377e-10, expected = 1.3379124136593577e-09
> ???
E AssertionError: tamper-isolated root residual[1]: got 4.57886524334e-10, expected 1.33791241366e-09 (rtol=0.05, atol=1e-11)
E assert False
E + where False = <built-in function isclose>(4.5788652433410377e-10, 1.3379124136593577e-09, rel_tol=0.05, abs_tol=1e-11)
E + where <built-in function isclose> = math.isclose
/srv/frontierphysics/worktrees/pr-20-0604b8033d8f/tasks/neutron-star-mode-analysis/verifier/test_outputs.py:478: AssertionError
_______________ test_complex_mode_matches_tamper_isolated_replay _______________
> ???
/srv/frontierphysics/worktrees/pr-20-0604b8033d8f/tasks/neutron-star-mode-analysis/verifier/test_outputs.py:1064:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
actual = 4.5788652433410377e-10, expected = 2.096040376514467e-09
> ???
E AssertionError: tamper-isolated replay of submitted residual: got 4.57886524334e-10, expected 2.09604037651e-09 (rtol=0.002, atol=2e-10)
E assert False
E + where False = <built-in function isclose>(4.5788652433410377e-10, 2.096040376514467e-09, rel_tol=0.002, abs_tol=2e-10)
E + where <built-in function isclose> = math.isclose
/srv/frontierphysics/worktrees/pr-20-0604b8033d8f/tasks/neutron-star-mode-analysis/verifier/test_outputs.py:478: AssertionError
__________ test_sampled_spectrum_supports_the_reported_outgoing_root ___________
> ???
/srv/frontierphysics/worktrees/pr-20-0604b8033d8f/tasks/neutron-star-mode-analysis/verifier/test_outputs.py:1108:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
actual = 4.5788652433410377e-10, expected = 2.096040376514467e-09
> ???
E AssertionError: tamper-isolated spectrum replay[4]: got 4.57886524334e-10, expected 2.09604037651e-09 (rtol=0.0015, atol=1.5e-09)
E assert False
E + where False = <built-in function isclose>(4.5788652433410377e-10, 2.096040376514467e-09, rel_tol=0.0015, abs_tol=1.5e-09)
E + where <built-in function isclose> = math.isclose
/srv/frontierphysics/worktrees/pr-20-0604b8033d8f/tasks/neutron-star-mode-analysis/verifier/test_outputs.py:478: AssertionError
_________ test_mode_profile_is_normalized_smooth_and_surface_weighted __________
> ???
/srv/frontierphysics/worktrees/pr-20-0604b8033d8f/tasks/neutron-star-mode-analysis/verifier/test_outputs.py:1157:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
actual = 8.641333554649345e-05, expected = 8.647680936283615e-05
> ???
E AssertionError: tamper-isolated mode radius fraction[1]: got 8.64133355465e-05, expected 8.64768093628e-05 (rtol=2e-09, atol=2e-12)
E assert False
E + where False = <built-in function isclose>(8.641333554649345e-05, 8.647680936283615e-05, rel_tol=2e-09, abs_tol=2e-12)
E + where <built-in function isclose> = math.isclose
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
231