你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
Syntax correction.
这个提交包含在:
@@ -82,7 +82,7 @@ def calculate_antenna_params(filename, tltxnumber=1, tlrxnumber=None, rxnumber=N
|
|||||||
availableoutputs = list(f[rxpath].keys())
|
availableoutputs = list(f[rxpath].keys())
|
||||||
|
|
||||||
if rxcomponent not in availableoutputs:
|
if rxcomponent not in availableoutputs:
|
||||||
raise CmdInputError(f'{rxcomponent} output requested, but the available output for receiver {rxnumber} is {', '.join(availableoutputs)}')
|
raise CmdInputError(f"{rxcomponent} output requested, but the available output for receiver {rxnumber} is {', '.join(availableoutputs)}")
|
||||||
|
|
||||||
rxpath += rxcomponent
|
rxpath += rxcomponent
|
||||||
|
|
||||||
|
在新工单中引用
屏蔽一个用户