From f039f4c3e44d77456521013030fb3e955e7d9a61 Mon Sep 17 00:00:00 2001 From: Miha <miha.fosnaric@fe.uni-lj.si> Date: Mon, 25 Mar 2019 09:04:14 +0000 Subject: [PATCH] Merge branch 'master' of https://bitbucket.org/samop/trisurf-manager --- trisurf/analyses.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trisurf/analyses.py b/trisurf/analyses.py index f1f80b0..ae4dce7 100644 --- a/trisurf/analyses.py +++ b/trisurf/analyses.py @@ -36,7 +36,7 @@ from trisurf import VTKRendering as vtk import math from multiprocessing import Process - table=trisurf.Statistics(run.Dir.fullpath(),filename='data_tspoststat.csv').getTable() + table=trisurf.Statistics(run.Dir.fullpath(),filename='poststat.csv').getTable() def running_avg(col): import numpy as np avg=[] @@ -66,7 +66,7 @@ # these functions should be wrapped # ------------------------------- @analysis('plotColumnFromPostProcess') -def plotColumnFromPostProcess(run, filename='data_tspoststat.csv', column='hbar', **kwargs): +def plotColumnFromPostProcess(run, filename='poststat.csv', column='hbar', **kwargs): import matplotlib.pyplot as plt def smooth(y, box_pts): -- Gitblit v1.9.3