From dc16d122a463388294cc3f13303a2b9918c4df4e Mon Sep 17 00:00:00 2001 From: Jean-Luc Parouty <Jean-Luc.Parouty@grenoble-inp.fr> Date: Tue, 8 Sep 2020 19:13:38 +0200 Subject: [PATCH] Update fidle module (pwk) --- fidle/pwk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fidle/pwk.py b/fidle/pwk.py index d2ac310..0455739 100644 --- a/fidle/pwk.py +++ b/fidle/pwk.py @@ -31,7 +31,7 @@ import matplotlib.pyplot as plt import seaborn as sn #IDRIS : module en cours d'installation from IPython.display import display,Image,Markdown,HTML -VERSION='0.5.4' +VERSION='0.5.5' _save_figs = False _figs_dir = './figs' @@ -71,7 +71,7 @@ def init( mplstyle='../fidle/mplstyles/custom.mplstyle', # ---- If we are at IDRIS, we need to copy datasets/keras_cache to keras cache... # - if place_name=='Fidle at HOME': + if place_name=='Fidle at IDRIS': from_dir = f'{dataset_dir}/keras_cache/*.*' to_dir = os.path.expanduser('~/.keras/datasets') mkdir(to_dir) -- GitLab