Updated package names

这个提交包含在:
craig-warren
2023-03-10 10:52:05 -07:00
父节点 a9dca707cb
当前提交 6d7cfc6227
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@@ -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='+')

查看文件

@@ -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