你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Updated passing of user namespace when multiple models are run.
这个提交包含在:
@@ -324,7 +324,8 @@ def main():
|
||||
else:
|
||||
tsimstart = perf_counter()
|
||||
for modelrun in range(1, numbermodelruns + 1):
|
||||
run_model(args, modelrun, numbermodelruns, inputfile, usernamespace)
|
||||
modelusernamespace = usernamespace.copy()
|
||||
run_model(args, modelrun, numbermodelruns, inputfile, modelusernamespace)
|
||||
tsimend = perf_counter()
|
||||
print('\nTotal simulation time [HH:MM:SS]: {}'.format(datetime.timedelta(seconds=int(tsimend - tsimstart))))
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户