Skip to content
Snippets Groups Projects
Commit ccd3b96f authored by mrethore's avatar mrethore
Browse files

Minor update

parent 559cd7a6
No related branches found
No related tags found
1 merge request!14Completion of missing amr classifications
......@@ -400,7 +400,7 @@ if __name__ == "__main__":
else :
results = table_results
results = results.fillna("-")
results = results.infer_objects().fillna("-")
spuA(results, args)
narG(results, args)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment