Skip to content
Snippets Groups Projects
Commit e279c7d5 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'py3.InDetConfig-20200520' into 'master'

InDetConfig: Python 3 fix

See merge request atlas/athena!33065
parents 5a40bd2f def7f3cc
No related branches found
No related tags found
No related merge requests found
......@@ -84,4 +84,4 @@ if __name__ == "__main__":
top_acc.run(25)
#with open('test4.pkl', mode="wb") as f:
# dill.dump(acc, f)
top_acc.store(open("test00.pkl", "w"))
\ No newline at end of file
top_acc.store(open("test00.pkl", "wb"))
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