From af3d0e8947f7801e204d8e00fd03b575cd87aa39 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Fri, 20 Jan 2017 21:00:36 +0000 Subject: [PATCH] Revert "Fix in trisurf.py in getLastVTU not returning the result if directory does not exist or is empty." --- networkedExample.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/networkedExample.py b/networkedExample.py index 6e61051..1464aff 100755 --- a/networkedExample.py +++ b/networkedExample.py @@ -2,7 +2,7 @@ from trisurf import trisurf from trisurf import tsmgr - +from trisurf import analyses #Ok... Configure your keys: @@ -42,6 +42,6 @@ hosts=({'name':'natalie','address':'kabinet.penic.eu', 'runs':Runs, 'username':'samo', 'remotebasepath':'simulations-test/subdir/subdir'}, {'name':'Hestia','address':'127.0.0.1', 'runs':Runs, 'username':'samo'}) -analyses={'analysis1':analyze,'webReport':testWebAnalysis} +analyses={'analysis1':analyze,'webReport':testWebAnalysis,'runningavg':analyses.plotrunningavginteractive} tsmgr.start(hosts, analyses=analyses) -- Gitblit v1.9.3