你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Tidy logging statement
这个提交包含在:
@@ -162,7 +162,7 @@ class ModelBuildRun:
|
||||
f'~{humanize.naturalsize(config.get_model_config().mem_overhead)} '
|
||||
f'overhead = {humanize.naturalsize(total_mem_build)}')
|
||||
else:
|
||||
logger.info(f'Memory required (estimated): {" + ".join(mem_strs_run)} + '
|
||||
logger.info(f'\nMemory required (estimated): {" + ".join(mem_strs_run)} + '
|
||||
f'~{humanize.naturalsize(config.get_model_config().mem_overhead)} '
|
||||
f'overhead = {humanize.naturalsize(total_mem_run)}')
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户