We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10a082 commit 73897d6Copy full SHA for 73897d6
1 file changed
openml/runs/functions.py
@@ -451,12 +451,7 @@ def get_run(run_id):
451
with io.open(run_file, "w", encoding='utf8') as fh:
452
fh.write(run_xml)
453
454
- try:
455
- run = _create_run_from_xml(run_xml)
456
- except Exception as e:
457
- # TODO logger.debug
458
- print("Run ID", run_id)
459
- raise e
+ run = _create_run_from_xml(run_xml)
460
461
462
0 commit comments