From 75a4dc5cb1409093a6582e674683bbadba9a44d1 Mon Sep 17 00:00:00 2001 From: Carl Poelking <cp605@cam.ac.uk> Date: Tue, 11 Apr 2017 18:31:20 +0100 Subject: [PATCH] soap.soapy.utils interface change. --- beaker-notebooks/SOAP_similarity.bkr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beaker-notebooks/SOAP_similarity.bkr b/beaker-notebooks/SOAP_similarity.bkr index d467647..c8fa1fe 100644 --- a/beaker-notebooks/SOAP_similarity.bkr +++ b/beaker-notebooks/SOAP_similarity.bkr @@ -738,7 +738,7 @@ " g_list=graphs, ", " n_procs=options['run']['n_procs'] if not options['graph']['hierarchical'] else 1, # TODO Tell numpy not to run multithreaded ", " n_blocks=1, ", - " log=osio if verbose else None, ", + " mplog=osio if verbose else None, ", " tstart_twall=(None,None), ", " backup=False,", " verbose=verbose, ", -- GitLab