text
stringlengths
0
106
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_shell_correlations_match_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_shell_correlations_match_method_b(q):
> r = _index(agent_result()["results"])[(q["dopant"], round(float(q["U_over_t"]), 6))]
^^^^^^^^^^^^^^
/verifier/test_outputs.py:160:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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_shell_correlations_match_method_b[q2] __________________
q = {'U_over_t': 20.0, 'dopant': 'hole', 'shells': [1.0, 1.5, 2.0]}
@pytest.mark.parametrize("q", given_queries())
def test_shell_correlations_match_method_b(q):
> r = _index(agent_result()["results"])[(q["dopant"], round(float(q["U_over_t"]), 6))]
^^^^^^^^^^^^^^
/verifier/test_outputs.py:160:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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_shell_correlations_match_method_b[q3] __________________
q = {'U_over_t': 20.0, 'dopant': 'particle', 'shells': [1.0, 1.5, 2.0]}
@pytest.mark.parametrize("q", given_queries())
def test_shell_correlations_match_method_b(q):
> r = _index(agent_result()["results"])[(q["dopant"], round(float(q["U_over_t"]), 6))]
^^^^^^^^^^^^^^
/verifier/test_outputs.py:160:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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_shell_correlations_match_method_b[q4] __________________
q = {'U_over_t': 30.0, 'dopant': 'hole', 'shells': [1.0, 1.5, 2.0]}
@pytest.mark.parametrize("q", given_queries())
def test_shell_correlations_match_method_b(q):
> r = _index(agent_result()["results"])[(q["dopant"], round(float(q["U_over_t"]), 6))]
^^^^^^^^^^^^^^
/verifier/test_outputs.py:160:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@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_shell_correlations_match_method_b[q5] __________________
q = {'U_over_t': 30.0, 'dopant': 'particle', 'shells': [1.0, 1.5, 2.0]}
@pytest.mark.parametrize("q", given_queries())
def test_shell_correlations_match_method_b(q):
> r = _index(agent_result()["results"])[(q["dopant"], round(float(q["U_over_t"]), 6))]
^^^^^^^^^^^^^^
/verifier/test_outputs.py:160:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _