From 08471cb88ed0a88d6dc0e83d2dc758ab73080124 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 9 Apr 2021 10:29:36 -0400 Subject: [PATCH] update path to updated log file --- unittest/python/python-formats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/python/python-formats.py b/unittest/python/python-formats.py index c093e9bebb..ca877b8305 100644 --- a/unittest/python/python-formats.py +++ b/unittest/python/python-formats.py @@ -4,7 +4,7 @@ from lammps.formats import LogFile, AvgChunkFile EXAMPLES_DIR=os.path.abspath(os.path.join(__file__, '..', '..', '..', 'examples')) -DEFAULT_STYLE_EXAMPLE_LOG="melt/log.27Nov18.melt.g++.1" +DEFAULT_STYLE_EXAMPLE_LOG="melt/log.8Apr21.melt.g++.1" MULTI_STYLE_EXAMPLE_LOG="peptide/log.27Nov18.peptide.g++.1" AVG_CHUNK_FILE="VISCOSITY/profile.13Oct16.nemd.2d.g++.1"