Skip to content

Commit b8f45b0

Browse files
committed
Fix bug in test
1 parent 596dfbd commit b8f45b0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/ext/python/core.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -775,12 +775,6 @@ def read(run, valid_to_load=None, requires=None, search_paths=None, **extra):
775775
...
776776
interop.py_interop_run.xml_file_not_found_exception: cannot open file some/non/existing/run_folder_name/RunInfo.xml
777777
778-
Read from a None object
779-
>>> metrics = read("")
780-
Traceback (most recent call last):
781-
...
782-
ValueError: invalid null reference in method 'run_metrics_read', argument 2 of type 'std::string const &'
783-
784778
:param run: string path including name of run folder (or run_metrics object)
785779
:param valid_to_load: list of strings containing InterOp metric names (Default: None, load everything)
786780
:param requires: list of required metric (Default: None, check nothing)

0 commit comments

Comments
 (0)