From 817940d24bdbff4a77b998104ac4bd4277155335 Mon Sep 17 00:00:00 2001 From: blancoapa Date: Thu, 7 Mar 2024 16:46:22 +0100 Subject: [PATCH] bugfix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e11e6a..ec343fc 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ docs: pdoc ./pyMBE.py -o ./docs --docformat google testsuite: - ${ESPResSo_build_path}/pypresso testsuite/peptide_tests.py + python3 testsuite/peptide_tests.py sample: python3 sample_scripts/peptide_simulation_example.py