text stringlengths 0 95 |
|---|
the built-in open() function does. |
""" |
if "b" not in mode: |
encoding = io.text_encoding(encoding) |
> return io.open(self, mode, buffering, encoding, errors, newline) |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
E FileNotFoundError: [Errno 2] No such file or directory: '/root/joint_fit.json' |
/usr/local/lib/python3.12/pathlib.py:1013: FileNotFoundError |
_________________ test_scientific_condition_flags_are_explicit _________________ |
def test_scientific_condition_flags_are_explicit() -> None: |
> output = load_output() |
^^^^^^^^^^^^^ |
test_outputs.py:1422: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
test_outputs.py:787: in load_output |
output = json.loads((ROOT / "joint_fit.json").read_text()) |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
/usr/local/lib/python3.12/pathlib.py:1027: in read_text |
with self.open(mode='r', encoding=encoding, errors=errors) as f: |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
self = PosixPath('/root/joint_fit.json'), mode = 'r', buffering = -1 |
encoding = 'locale', errors = None, newline = None |
def open(self, mode='r', buffering=-1, encoding=None, |
errors=None, newline=None): |
""" |
Open the file pointed to by this path and return a file object, as |
the built-in open() function does. |
""" |
if "b" not in mode: |
encoding = io.text_encoding(encoding) |
> return io.open(self, mode, buffering, encoding, errors, newline) |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
E FileNotFoundError: [Errno 2] No such file or directory: '/root/joint_fit.json' |
/usr/local/lib/python3.12/pathlib.py:1013: FileNotFoundError |
==================================== PASSES ==================================== |
=========================== short test summary info ============================ |
PASSED ../app::test_inputs_match_hashes_and_source_provenance |
FAILED ../app::test_parameters_reconstruct_all_four_traces_and_reference_solution |
FAILED ../app::test_com_occupations_thermal_tails_and_trace_rmse_are_derived |
FAILED ../app::test_conditional_covariance_and_optimizer_evidence_are_consistent |
FAILED ../app::test_model_adequacy_and_profile_likelihood_are_independently_reproducible |
FAILED ../app::test_wild_bootstrap_ensemble_percentiles_bias_and_csv - FileNo... |
FAILED ../app::test_delete_one_delay_jackknife_and_bca_interval - FileNotFoun... |
FAILED ../app::test_scientific_condition_flags_are_explicit - FileNotFoundErr... |
========================= 7 failed, 1 passed in 0.63s ========================== |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.