Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
0
86
============================= test session starts ==============================
platform linux -- Python 3.12.13, pytest-8.4.1, pluggy-1.6.0 -- /usr/local/bin/python3
rootdir: /app
configfile: ../dev/null
plugins: json-ctrf-0.3.5
collecting ... collected 7 items
::test_artifact_structure_and_run_length FAILED [ 14%]
::test_summary_is_recomputed_from_trajectory FAILED [ 28%]
::test_block_uncertainty_is_real_and_consistent FAILED [ 42%]
::test_energy_budget_and_constant_mean_flux FAILED [ 57%]
::test_sampled_truncated_balance_laws FAILED [ 71%]
::test_source_stationarity_and_intermittency_relations FAILED [ 85%]
::test_matches_independent_long_run FAILED [100%]
=================================== FAILURES ===================================
____________________ test_artifact_structure_and_run_length ____________________
def test_artifact_structure_and_run_length():
> summary, shell_energy, injected, flux, flux_shells, sample_dt = submitted()
^^^^^^^^^^^
/verifier/test_outputs.py:230:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def submitted():
json_path = ROOT / "stationarity.json"
trajectory_path = ROOT / "stationarity_trajectory.npz"
> assert json_path.is_file(), "Missing /root/stationarity.json"
E AssertionError: Missing /root/stationarity.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/stationarity.json').is_file
/verifier/test_outputs.py:94: AssertionError
__________________ test_summary_is_recomputed_from_trajectory __________________
def test_summary_is_recomputed_from_trajectory():
> summary, _, injected, _, _, _ = submitted()
^^^^^^^^^^^
/verifier/test_outputs.py:250:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def submitted():
json_path = ROOT / "stationarity.json"
trajectory_path = ROOT / "stationarity_trajectory.npz"
> assert json_path.is_file(), "Missing /root/stationarity.json"
E AssertionError: Missing /root/stationarity.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/stationarity.json').is_file
/verifier/test_outputs.py:94: AssertionError
________________ test_block_uncertainty_is_real_and_consistent _________________
def test_block_uncertainty_is_real_and_consistent():
> summary, shell_energy, injected, flux, _, sample_dt = submitted()
^^^^^^^^^^^
/verifier/test_outputs.py:292:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def submitted():
json_path = ROOT / "stationarity.json"
trajectory_path = ROOT / "stationarity_trajectory.npz"
> assert json_path.is_file(), "Missing /root/stationarity.json"
E AssertionError: Missing /root/stationarity.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/stationarity.json').is_file
/verifier/test_outputs.py:94: AssertionError
__________________ test_energy_budget_and_constant_mean_flux ___________________
def test_energy_budget_and_constant_mean_flux():
> _, _, injected, _, _, _ = submitted()
^^^^^^^^^^^
/verifier/test_outputs.py:311:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def submitted():
json_path = ROOT / "stationarity.json"
trajectory_path = ROOT / "stationarity_trajectory.npz"
> assert json_path.is_file(), "Missing /root/stationarity.json"
E AssertionError: Missing /root/stationarity.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/stationarity.json').is_file
/verifier/test_outputs.py:94: AssertionError
_____________________ test_sampled_truncated_balance_laws ______________________
def test_sampled_truncated_balance_laws():
> _, shell_energy, injected, flux, _, sample_dt = submitted()
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
96