text stringlengths 0 94 |
|---|
def load_bundle(output_dir: Path, config_path: Path, sample_path: Path) -> Bundle: |
array_path = output_dir / "floquet_modes.npz" |
result_path = output_dir / "result.json" |
convergence_path = output_dir / "convergence.json" |
> assert array_path.is_file(), f"missing {array_path}" |
E AssertionError: missing /root/floquet_modes.npz |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/floquet_modes.npz').is_file |
test_outputs.py:167: AssertionError |
_____________ test_nominal_harmonic_order_convergence_is_complete ______________ |
def test_nominal_harmonic_order_convergence_is_complete() -> None: |
> assert_convergence(load_bundle(ROOT, NOMINAL_CONFIG, NOMINAL_SAMPLES)) |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
test_outputs.py:1146: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
output_dir = PosixPath('/root') |
config_path = PosixPath('/root/coupled_floquet_config.json') |
sample_path = PosixPath('/root/dynamic_matrix_samples.npz') |
def load_bundle(output_dir: Path, config_path: Path, sample_path: Path) -> Bundle: |
array_path = output_dir / "floquet_modes.npz" |
result_path = output_dir / "result.json" |
convergence_path = output_dir / "convergence.json" |
> assert array_path.is_file(), f"missing {array_path}" |
E AssertionError: missing /root/floquet_modes.npz |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/floquet_modes.npz').is_file |
test_outputs.py:167: AssertionError |
__________ test_submitted_solver_generalizes_to_hidden_five_mode_scan __________ |
def test_submitted_solver_generalizes_to_hidden_five_mode_scan() -> None: |
> full_suite(heldout_bundle(), HELDOUT_CONFIG, HELDOUT_SAMPLES) |
^^^^^^^^^^^^^^^^ |
test_outputs.py:1150: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
test_outputs.py:1049: in heldout_bundle |
assert_solver_source_clean() |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
def assert_solver_source_clean() -> None: |
> assert SOLVER.is_file(), "missing /root/coupled_floquet_solver.py" |
E AssertionError: missing /root/coupled_floquet_solver.py |
E assert False |
E + where False = is_file() |
E + where is_file = PosixPath('/root/coupled_floquet_solver.py').is_file |
test_outputs.py:1022: AssertionError |
=========================== short test summary info ============================ |
FAILED ../root::test_nominal_inputs_are_pristine_and_solver_has_no_reward_hack_patterns |
FAILED ../root::test_nominal_schema_and_independent_monodromy_agreement - Ass... |
FAILED ../root::test_nominal_derived_quantities_diagnostics_and_crossing - As... |
FAILED ../root::test_nominal_harmonic_order_convergence_is_complete - Asserti... |
FAILED ../root::test_submitted_solver_generalizes_to_hidden_five_mode_scan - ... |
============================== 5 failed in 0.56s =============================== |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.