text stringlengths 0 953 |
|---|
============================= 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 10 items |
::test_frozen_instance_untampered PASSED [ 10%] |
::test_results_present_and_complete PASSED [ 20%] |
::test_solver_is_a_real_computation PASSED [ 30%] |
::test_each_config_matches_independent_recompute PASSED [ 40%] |
::test_j0_spectrum_matches_analytic_morse PASSED [ 50%] |
::test_kratzer_and_pekeris_relations PASSED [ 60%] |
::test_isotopologue_mass_scaling PASSED [ 70%] |
::test_width_falls_with_barrier_action PASSED [ 80%] |
::test_held_out_solver_generalizes PASSED [ 90%] |
::test_no_leaked_reference_artifacts PASSED [100%] |
==================================== PASSES ==================================== |
=========================== short test summary info ============================ |
PASSED ::test_frozen_instance_untampered |
PASSED ::test_results_present_and_complete |
PASSED ::test_solver_is_a_real_computation |
PASSED ::test_each_config_matches_independent_recompute |
PASSED ::test_j0_spectrum_matches_analytic_morse |
PASSED ::test_kratzer_and_pekeris_relations |
PASSED ::test_isotopologue_mass_scaling |
PASSED ::test_width_falls_with_barrier_action |
PASSED ::test_held_out_solver_generalizes |
PASSED ::test_no_leaked_reference_artifacts |
======================== 10 passed in 154.78s (0:02:34) ======================== |
============================= 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 10 items |
::test_frozen_instance_untampered PASSED [ 10%] |
::test_results_present_and_complete PASSED [ 20%] |
::test_solver_is_a_real_computation PASSED [ 30%] |
::test_each_config_matches_independent_recompute PASSED [ 40%] |
::test_j0_spectrum_matches_analytic_morse PASSED [ 50%] |
::test_kratzer_and_pekeris_relations PASSED [ 60%] |
::test_isotopologue_mass_scaling PASSED [ 70%] |
::test_width_falls_with_barrier_action PASSED [ 80%] |
::test_held_out_solver_generalizes PASSED [ 90%] |
::test_no_leaked_reference_artifacts PASSED [100%] |
==================================== PASSES ==================================== |
=========================== short test summary info ============================ |
PASSED ::test_frozen_instance_untampered |
PASSED ::test_results_present_and_complete |
PASSED ::test_solver_is_a_real_computation |
PASSED ::test_each_config_matches_independent_recompute |
PASSED ::test_j0_spectrum_matches_analytic_morse |
PASSED ::test_kratzer_and_pekeris_relations |
PASSED ::test_isotopologue_mass_scaling |
PASSED ::test_width_falls_with_barrier_action |
PASSED ::test_held_out_solver_generalizes |
PASSED ::test_no_leaked_reference_artifacts |
======================== 10 passed in 278.48s (0:04:38) ======================== |
============================= 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 10 items |
::test_frozen_instance_untampered PASSED [ 10%] |
::test_results_present_and_complete PASSED [ 20%] |
::test_solver_is_a_real_computation PASSED [ 30%] |
::test_each_config_matches_independent_recompute FAILED [ 40%] |
::test_j0_spectrum_matches_analytic_morse PASSED [ 50%] |
::test_kratzer_and_pekeris_relations FAILED [ 60%] |
::test_isotopologue_mass_scaling PASSED [ 70%] |
::test_width_falls_with_barrier_action PASSED [ 80%] |
::test_held_out_solver_generalizes FAILED [ 90%] |
::test_no_leaked_reference_artifacts PASSED [100%] |
=================================== FAILURES =================================== |
________________ test_each_config_matches_independent_recompute ________________ |
def test_each_config_matches_independent_recompute(): |
LOGS.mkdir(parents=True, exist_ok=True) |
summary = [] |
for entry, rec, ref in _per_config(): |
where = f"config {entry['id']}" |
# any echoed identity field must match the instance (echo itself is optional) |
for f in ("De", "a", "re", "mu", "v_star", "J_star"): |
if f in rec and rec[f] is not None: |
assert abs(float(rec[f]) - float(entry[f])) <= 1e-9 + 1e-9 * abs(float(entry[f])), ( |
f"{where}: echoed {f} does not match instance" |
) |
> _check_scalars(rec, ref, where) |
/verifier/test_outputs.py:575: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
rec = {'Be': 26.272118839819573, 'Dcd_v0': 0.058506533898022725, 'Dcd_v1': 0.05898825618612483, 'Dcd_v2': 0.05868026771608097, ...} |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 52