你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Updated package names
这个提交包含在:
@@ -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
|
||||
|
在新工单中引用
屏蔽一个用户