Skip to content
Snippets Groups Projects
Commit 47703d74 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent 67312925
No related branches found
No related tags found
No related merge requests found
......@@ -237,8 +237,6 @@ def run(argv=sys.argv[1:]):
if os.path.exists(dirname):
print("Loading predictions", dirname)
result_df = load_results(dirname, result_df)
print("Existing data filled %f%% entries" % (
result_df.notnull().values.mean()))
else:
print("WARNING: skipping because does not exist", dirname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment