你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 12:36:51 +08:00
Removed line of testing code.
这个提交包含在:
@@ -154,7 +154,6 @@ ax.set_ylim(bottom=1, top=ax.get_ylim()[1] * 1.1)
|
|||||||
# Subplot of simulation size vs cells/sec #
|
# Subplot of simulation size vs cells/sec #
|
||||||
###########################################
|
###########################################
|
||||||
ax = plt.subplot(gs[0, 2])
|
ax = plt.subplot(gs[0, 2])
|
||||||
cells = np.array([100, 150, 200, 300])
|
|
||||||
ax.plot(cells, cpucellspersec / 1e6, color=colors[0], marker='.', ms=10, lw=2, label=cpuID)
|
ax.plot(cells, cpucellspersec / 1e6, color=colors[0], marker='.', ms=10, lw=2, label=cpuID)
|
||||||
|
|
||||||
if gpuIDs:
|
if gpuIDs:
|
||||||
|
在新工单中引用
屏蔽一个用户