text
stringlengths
0
116
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/equilibrium_states.npz').is_file
test_outputs.py:75: AssertionError
__________ test_quantum_states_match_independent_basis_reconstruction __________
def test_quantum_states_match_independent_basis_reconstruction():
> arrays = submitted_arrays()
^^^^^^^^^^^^^^^^^^
test_outputs.py:459:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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('/root/equilibrium_states.npz').is_file
test_outputs.py:75: AssertionError
_______ test_cutoff_convergence_diagnostics_are_recomputed_and_resolved ________
def test_cutoff_convergence_diagnostics_are_recomputed_and_resolved():
config = configuration()
> records = diagnostic_by_id()
^^^^^^^^^^^^^^^^^^
test_outputs.py:511:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
test_outputs.py:253: in diagnostic_by_id
for record in submitted_diagnostics()["scenario_diagnostics"]
^^^^^^^^^^^^^^^^^^^^^^^
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def submitted_diagnostics() -> dict[str, Any]:
> assert DIAGNOSTICS_PATH.is_file(), (
"Missing /root/equilibrium_diagnostics.json"
)
E AssertionError: Missing /root/equilibrium_diagnostics.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/equilibrium_diagnostics.json').is_file
test_outputs.py:83: AssertionError
___________ test_classical_states_match_adaptive_sphere_integration ____________
def test_classical_states_match_adaptive_sphere_integration():
> arrays = submitted_arrays()
^^^^^^^^^^^^^^^^^^
test_outputs.py:574:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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('/root/equilibrium_states.npz').is_file
test_outputs.py:75: AssertionError
_____________ test_uncoupled_spin_half_gibbs_and_oscillator_limits _____________
def test_uncoupled_spin_half_gibbs_and_oscillator_limits():
> arrays = submitted_arrays()
^^^^^^^^^^^^^^^^^^
test_outputs.py:603:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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('/root/equilibrium_states.npz').is_file
test_outputs.py:75: AssertionError
________________ test_quantum_classical_correspondence_families ________________
def test_quantum_classical_correspondence_families():
> arrays = submitted_arrays()
^^^^^^^^^^^^^^^^^^
test_outputs.py:635:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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('/root/equilibrium_states.npz').is_file