text stringlengths 0 109 |
|---|
============================= 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 14 items |
../app::test_public_artifact_and_input_contract[public_bundle0] ERROR [ 7%] |
../app::test_serialized_models_reconstruct_every_prediction[public_bundle0] ERROR [ 14%] |
../app::test_energy_and_coupling_tables[public_bundle0] ERROR [ 21%] |
../app::test_bootstrap_arrays_and_percentile_intervals[public_bundle0] ERROR [ 28%] |
../app::test_hamming_diagnostics_are_data_derived[public_bundle0] ERROR [ 35%] |
../app::test_optimizer_diagnostics_and_report[public_bundle0] ERROR [ 42%] |
../app::test_public_artifact_and_input_contract[public_bundle1] ERROR [ 50%] |
../app::test_serialized_models_reconstruct_every_prediction[public_bundle1] ERROR [ 57%] |
../app::test_energy_and_coupling_tables[public_bundle1] ERROR [ 64%] |
../app::test_bootstrap_arrays_and_percentile_intervals[public_bundle1] ERROR [ 71%] |
../app::test_hamming_diagnostics_are_data_derived[public_bundle1] ERROR [ 78%] |
../app::test_optimizer_diagnostics_and_report[public_bundle1] ERROR [ 85%] |
../app::test_cross_phenotype_comparison ERROR [ 92%] |
../app::test_hidden_replay_is_isolated_generalizes_and_ignores_test_labels ERROR [100%] |
==================================== ERRORS ==================================== |
__ ERROR at setup of test_public_artifact_and_input_contract[public_bundle0] ___ |
request = <SubRequest 'public_bundle' for <Function test_public_artifact_and_input_contract[public_bundle0]>> |
@pytest.fixture( |
scope="session", |
params=[ |
("fitness", RESULTS, "public_submission"), |
("growthrate", GROWTH_RESULTS, "growthrate_submission"), |
], |
) |
def public_bundle(request: pytest.FixtureRequest) -> dict[str, Any]: |
phenotype, results_root, preserved_name = request.param |
> assert SOURCE.is_file() and not SOURCE.is_symlink() |
E AssertionError: assert (False) |
E + where False = is_file() |
E + where is_file = PosixPath('/root/fit_stability_landscape.py').is_file |
test_outputs.py:940: AssertionError |
_ ERROR at setup of test_serialized_models_reconstruct_every_prediction[public_bundle0] _ |
request = <SubRequest 'public_bundle' for <Function test_public_artifact_and_input_contract[public_bundle0]>> |
@pytest.fixture( |
scope="session", |
params=[ |
("fitness", RESULTS, "public_submission"), |
("growthrate", GROWTH_RESULTS, "growthrate_submission"), |
], |
) |
def public_bundle(request: pytest.FixtureRequest) -> dict[str, Any]: |
phenotype, results_root, preserved_name = request.param |
> assert SOURCE.is_file() and not SOURCE.is_symlink() |
E AssertionError: assert (False) |
E + where False = is_file() |
E + where is_file = PosixPath('/root/fit_stability_landscape.py').is_file |
test_outputs.py:940: AssertionError |
______ ERROR at setup of test_energy_and_coupling_tables[public_bundle0] _______ |
request = <SubRequest 'public_bundle' for <Function test_public_artifact_and_input_contract[public_bundle0]>> |
@pytest.fixture( |
scope="session", |
params=[ |
("fitness", RESULTS, "public_submission"), |
("growthrate", GROWTH_RESULTS, "growthrate_submission"), |
], |
) |
def public_bundle(request: pytest.FixtureRequest) -> dict[str, Any]: |
phenotype, results_root, preserved_name = request.param |
> assert SOURCE.is_file() and not SOURCE.is_symlink() |
E AssertionError: assert (False) |
E + where False = is_file() |
E + where is_file = PosixPath('/root/fit_stability_landscape.py').is_file |
test_outputs.py:940: AssertionError |
_ ERROR at setup of test_bootstrap_arrays_and_percentile_intervals[public_bundle0] _ |
request = <SubRequest 'public_bundle' for <Function test_public_artifact_and_input_contract[public_bundle0]>> |
@pytest.fixture( |
scope="session", |
params=[ |
("fitness", RESULTS, "public_submission"), |
("growthrate", GROWTH_RESULTS, "growthrate_submission"), |
], |
) |
def public_bundle(request: pytest.FixtureRequest) -> dict[str, Any]: |
phenotype, results_root, preserved_name = request.param |
> assert SOURCE.is_file() and not SOURCE.is_symlink() |
E AssertionError: assert (False) |
E + where False = is_file() |
E + where is_file = PosixPath('/root/fit_stability_landscape.py').is_file |
test_outputs.py:940: AssertionError |
_ ERROR at setup of test_hamming_diagnostics_are_data_derived[public_bundle0] __ |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 131