Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
0
88
============================= test session starts ==============================
platform linux -- Python 3.12.4, 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 10 items
::test_frozen_input_untampered PASSED [ 10%]
::test_output_schema FAILED [ 20%]
::test_transmon_spectrum_matches_recompute FAILED [ 30%]
::test_branch_identity_at_zero_drive FAILED [ 40%]
::test_threshold_self_consistency FAILED [ 50%]
::test_lowdrive_curves_match_recompute FAILED [ 60%]
::test_post_onset_curves_match_recompute FAILED [ 70%]
::test_nfcrit_matches_recompute FAILED [ 80%]
::test_dispersive_shifts_match_recompute FAILED [ 90%]
::test_jc_references_match_recompute FAILED [100%]
=================================== FAILURES ===================================
______________________________ test_output_schema ______________________________
def test_output_schema():
> data = agent()
^^^^^^^
/verifier/test_outputs.py:315:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def agent():
path = OUTPUT / "results.json"
> assert path.is_file(), "Missing /root/output/results.json"
E AssertionError: Missing /root/output/results.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/output/results.json').is_file
/verifier/test_outputs.py:285: AssertionError
___________________ test_transmon_spectrum_matches_recompute ___________________
def test_transmon_spectrum_matches_recompute():
# Tight, so the agent's detuning aligns with the reference and the full cosine
# potential (not a Kerr/two-level approximation) is genuinely used.
> t = agent()["transmon"]
^^^^^^^
/verifier/test_outputs.py:363:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def agent():
path = OUTPUT / "results.json"
> assert path.is_file(), "Missing /root/output/results.json"
E AssertionError: Missing /root/output/results.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/output/results.json').is_file
/verifier/test_outputs.py:285: AssertionError
______________________ test_branch_identity_at_zero_drive ______________________
def test_branch_identity_at_zero_drive():
> data = agent()
^^^^^^^
/verifier/test_outputs.py:374:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def agent():
path = OUTPUT / "results.json"
> assert path.is_file(), "Missing /root/output/results.json"
E AssertionError: Missing /root/output/results.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/output/results.json').is_file
/verifier/test_outputs.py:285: AssertionError
_______________________ test_threshold_self_consistency ________________________
def test_threshold_self_consistency():
> data = agent()
^^^^^^^
/verifier/test_outputs.py:385:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
@functools.lru_cache(maxsize=1)
def agent():
path = OUTPUT / "results.json"
> assert path.is_file(), "Missing /root/output/results.json"
E AssertionError: Missing /root/output/results.json
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/output/results.json').is_file
/verifier/test_outputs.py:285: AssertionError
_____________________ test_lowdrive_curves_match_recompute _____________________
def test_lowdrive_curves_match_recompute():
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
65