From 6d7cfc6227dcf7ca0aaa02c532688789f3f807f4 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Fri, 10 Mar 2023 10:52:05 -0700 Subject: [PATCH] Updated package names --- testing/test_experimental.py | 2 +- testing/test_models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/test_experimental.py b/testing/test_experimental.py index 1b96f9f2..e954cd3e 100644 --- a/testing/test_experimental.py +++ b/testing/test_experimental.py @@ -33,7 +33,7 @@ logger = logging.getLogger(__name__) # Parse command line arguments parser = argparse.ArgumentParser(description='Plots a comparison of fields between ' + 'given simulation output and experimental data files.', - usage='cd gprMax; python -m tests.test_experimental modelfile realfile output') + usage='cd gprMax; python -m testing.test_experimental modelfile realfile output') parser.add_argument('modelfile', help='name of model output file including path') parser.add_argument('realfile', help='name of file containing experimental data including path') parser.add_argument('output', help='output to be plotted, i.e. Ex Ey Ez', nargs='+') diff --git a/testing/test_models.py b/testing/test_models.py index 40e5a420..e7e57bf2 100644 --- a/testing/test_models.py +++ b/testing/test_models.py @@ -37,7 +37,7 @@ if sys.platform == 'linux': Usage: cd gprMax - python -m tests.test_models + python -m testing.test_models """ # Specify directoty with set of models to test