Skip to content
Snippets Groups Projects
Commit 9ffc1299 authored by Hans Roelofsen's avatar Hans Roelofsen
Browse files

update pkl src from within anunna console

parent e102f91d
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ batch_nr = int(args.batch_nr)
n_batches = int(args.n_batches)
# Recover the Pickled doren object
pkl_src = './pkl_src/doren_20200609.pkl'
pkl_src = './pkl_src/doren_20200611.pkl'
with open(pkl_src, 'rb') as handle:
doren = pickle.load(handle)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment