text stringlengths 0 86 |
|---|
============================= 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 6 items |
::test_artifact_and_schema FAILED [ 16%] |
::test_material_and_channel_factors FAILED [ 33%] |
::test_operating_point_grids_and_bessel_argument FAILED [ 50%] |
::test_loss_and_radiation_bounds FAILED [ 66%] |
::test_global_velocity_optima_and_branches FAILED [ 83%] |
::test_continuous_regime_transitions FAILED [100%] |
=================================== FAILURES =================================== |
___________________________ test_artifact_and_schema ___________________________ |
def test_artifact_and_schema(): |
> assert RESULTS.exists() |
E AssertionError: assert False |
E + where False = exists() |
E + where exists = PosixPath('/root/results.json').exists |
/verifier/test_outputs.py:176: AssertionError |
______________________ test_material_and_channel_factors _______________________ |
def test_material_and_channel_factors(): |
> r = result() |
^^^^^^^^ |
/verifier/test_outputs.py:206: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
/verifier/test_outputs.py:161: in result |
return json.loads(RESULTS.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/results.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/results.json' |
/usr/local/lib/python3.12/pathlib.py:1013: FileNotFoundError |
________________ test_operating_point_grids_and_bessel_argument ________________ |
def test_operating_point_grids_and_bessel_argument(): |
> r = result() |
^^^^^^^^ |
/verifier/test_outputs.py:213: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
/verifier/test_outputs.py:161: in result |
return json.loads(RESULTS.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/results.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/results.json' |
/usr/local/lib/python3.12/pathlib.py:1013: FileNotFoundError |
________________________ test_loss_and_radiation_bounds ________________________ |
def test_loss_and_radiation_bounds(): |
> r = result() |
^^^^^^^^ |
/verifier/test_outputs.py:223: |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
/verifier/test_outputs.py:161: in result |
return json.loads(RESULTS.read_text()) |
^^^^^^^^^^^^^^^^^^^ |
/usr/local/lib/python3.12/pathlib.py:1027: in read_text |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 107