text stringlengths 0 106 |
|---|
============================= 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 30 items |
::test_result_schema_and_completeness FAILED [ 3%] |
::test_frozen_inputs_unmodified PASSED [ 6%] |
::test_energy_matches_method_b[q0] FAILED [ 10%] |
::test_energy_matches_method_b[q1] FAILED [ 13%] |
::test_energy_matches_method_b[q2] FAILED [ 16%] |
::test_energy_matches_method_b[q3] FAILED [ 20%] |
::test_energy_matches_method_b[q4] FAILED [ 23%] |
::test_energy_matches_method_b[q5] FAILED [ 26%] |
::test_shell_correlations_match_method_b[q0] FAILED [ 30%] |
::test_shell_correlations_match_method_b[q1] FAILED [ 33%] |
::test_shell_correlations_match_method_b[q2] FAILED [ 36%] |
::test_shell_correlations_match_method_b[q3] FAILED [ 40%] |
::test_shell_correlations_match_method_b[q4] FAILED [ 43%] |
::test_shell_correlations_match_method_b[q5] FAILED [ 46%] |
::test_background_and_spin_match_method_b[q0] FAILED [ 50%] |
::test_background_and_spin_match_method_b[q1] FAILED [ 53%] |
::test_background_and_spin_match_method_b[q2] FAILED [ 56%] |
::test_background_and_spin_match_method_b[q3] FAILED [ 60%] |
::test_background_and_spin_match_method_b[q4] FAILED [ 63%] |
::test_background_and_spin_match_method_b[q5] FAILED [ 66%] |
::test_dopant_density_sum_rule FAILED [ 70%] |
::test_total_spin_is_quantised_and_nonnegative FAILED [ 73%] |
::test_background_correlation_bounds FAILED [ 76%] |
::test_sign_asymmetry_particle_ferro_hole_antiferro FAILED [ 80%] |
::test_ferromagnetic_polaron_strengthens_with_U FAILED [ 83%] |
::test_energies_increase_with_U FAILED [ 86%] |
::test_results_not_trivially_constant FAILED [ 90%] |
::test_heldout_solver_runs_and_matches_method_b FAILED [ 93%] |
::test_heldout_is_recomputed_not_hardcoded FAILED [ 96%] |
::test_heldout_preserves_sign_asymmetry FAILED [100%] |
=================================== FAILURES =================================== |
_____________________ test_result_schema_and_completeness ______________________ |
def test_result_schema_and_completeness(): |
_copy_artifacts() |
> idx = _index(agent_result()["results"]) |
^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:122: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
@functools.lru_cache(maxsize=1) |
def agent_result() -> dict: |
> assert RESULT_PATH.is_file(), "missing /root/result.json" |
E AssertionError: missing /root/result.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/result.json').is_file |
/verifier/test_outputs.py:79: AssertionError |
_______________________ test_energy_matches_method_b[q0] _______________________ |
q = {'U_over_t': 8.0, 'dopant': 'hole', 'shells': [1.0, 1.5, 2.0]} |
@pytest.mark.parametrize("q", given_queries()) |
def test_energy_matches_method_b(q): |
> r = _index(agent_result()["results"])[(q["dopant"], round(float(q["U_over_t"]), 6))] |
^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:152: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
@functools.lru_cache(maxsize=1) |
def agent_result() -> dict: |
> assert RESULT_PATH.is_file(), "missing /root/result.json" |
E AssertionError: missing /root/result.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/result.json').is_file |
/verifier/test_outputs.py:79: AssertionError |
_______________________ test_energy_matches_method_b[q1] _______________________ |
q = {'U_over_t': 8.0, 'dopant': 'particle', 'shells': [1.0, 1.5, 2.0]} |
@pytest.mark.parametrize("q", given_queries()) |
def test_energy_matches_method_b(q): |
> r = _index(agent_result()["results"])[(q["dopant"], round(float(q["U_over_t"]), 6))] |
^^^^^^^^^^^^^^ |
/verifier/test_outputs.py:152: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
@functools.lru_cache(maxsize=1) |
def agent_result() -> dict: |
> assert RESULT_PATH.is_file(), "missing /root/result.json" |
E AssertionError: missing /root/result.json |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/result.json').is_file |
/verifier/test_outputs.py:79: AssertionError |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 95