你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Need to clear scenes list when looped API call to gprMax.run
这个提交包含在:
@@ -63,8 +63,9 @@ class Context:
|
||||
elif config.sim_config.general["solver"] == "opencl":
|
||||
print_opencl_info(config.sim_config.devices["devs"])
|
||||
|
||||
# Clear list of model configs. It can be retained when gprMax is
|
||||
# called in a loop, and want to avoid this.
|
||||
# Clear list of scenes and model configs, which can be retained when
|
||||
# gprMax is called in a loop, and want to avoid this.
|
||||
config.sim_config.scenes = []
|
||||
config.model_configs = []
|
||||
|
||||
for i in self.model_range:
|
||||
|
在新工单中引用
屏蔽一个用户