Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
0
116
============================= test session starts ==============================
platform linux -- Python 3.12.13, pytest-8.4.1, pluggy-1.6.0 -- /usr/local/bin/python3
rootdir: /verifier
collecting ... collected 8 items
test_outputs.py::test_runtime_config_matches_pinned_fixture PASSED [ 12%]
test_outputs.py::test_artifact_schema_order_and_padding FAILED [ 25%]
test_outputs.py::test_density_matrix_invariants_and_internal_observables FAILED [ 37%]
test_outputs.py::test_quantum_states_match_independent_basis_reconstruction FAILED [ 50%]
test_outputs.py::test_cutoff_convergence_diagnostics_are_recomputed_and_resolved FAILED [ 62%]
test_outputs.py::test_classical_states_match_adaptive_sphere_integration FAILED [ 75%]
test_outputs.py::test_uncoupled_spin_half_gibbs_and_oscillator_limits FAILED [ 87%]
test_outputs.py::test_quantum_classical_correspondence_families FAILED [100%]
=================================== FAILURES ===================================
____________________ test_artifact_schema_order_and_padding ____________________
def test_artifact_schema_order_and_padding():
> arrays = submitted_arrays()
^^^^^^^^^^^^^^^^^^
test_outputs.py:406:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def submitted_arrays() -> dict[str, np.ndarray]:
> assert STATES_PATH.is_file(), "Missing /root/equilibrium_states.npz"
E AssertionError: Missing /root/equilibrium_states.npz
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/tmp/frontierphysics-spin-boson-submission/equilibrium_states.npz').is_file
test_outputs.py:77: AssertionError
___________ test_density_matrix_invariants_and_internal_observables ____________
def test_density_matrix_invariants_and_internal_observables():
> arrays = submitted_arrays()
^^^^^^^^^^^^^^^^^^
test_outputs.py:553:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def submitted_arrays() -> dict[str, np.ndarray]:
> assert STATES_PATH.is_file(), "Missing /root/equilibrium_states.npz"
E AssertionError: Missing /root/equilibrium_states.npz
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/tmp/frontierphysics-spin-boson-submission/equilibrium_states.npz').is_file
test_outputs.py:77: AssertionError
__________ test_quantum_states_match_independent_basis_reconstruction __________
def test_quantum_states_match_independent_basis_reconstruction():
> arrays = submitted_arrays()
^^^^^^^^^^^^^^^^^^
test_outputs.py:627:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def submitted_arrays() -> dict[str, np.ndarray]:
> assert STATES_PATH.is_file(), "Missing /root/equilibrium_states.npz"
E AssertionError: Missing /root/equilibrium_states.npz
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/tmp/frontierphysics-spin-boson-submission/equilibrium_states.npz').is_file
test_outputs.py:77: AssertionError
_______ test_cutoff_convergence_diagnostics_are_recomputed_and_resolved ________
def test_cutoff_convergence_diagnostics_are_recomputed_and_resolved():
> arrays = submitted_arrays()
^^^^^^^^^^^^^^^^^^
test_outputs.py:684:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def submitted_arrays() -> dict[str, np.ndarray]:
> assert STATES_PATH.is_file(), "Missing /root/equilibrium_states.npz"
E AssertionError: Missing /root/equilibrium_states.npz
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/tmp/frontierphysics-spin-boson-submission/equilibrium_states.npz').is_file
test_outputs.py:77: AssertionError
___________ test_classical_states_match_adaptive_sphere_integration ____________
def test_classical_states_match_adaptive_sphere_integration():
> arrays = submitted_arrays()
^^^^^^^^^^^^^^^^^^
test_outputs.py:749:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def submitted_arrays() -> dict[str, np.ndarray]:
> assert STATES_PATH.is_file(), "Missing /root/equilibrium_states.npz"
E AssertionError: Missing /root/equilibrium_states.npz
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
314