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