pfcfuse/.idea/PFCFuse.iml
zjut f28bb255f4 build(.idea): 更新项目配置并调整测试脚本
- 更新 ProjectRootManager 配置,切换到本地 Python 3.8环境
- 修改模块配置,使用继承的 JDK
- 更新测试脚本,使用变量 pth_path 代替硬编码的模型路径- 优化测试结果输出目录结构
2024-11-18 09:47:16 +08:00

12 lines
441 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />
<option name="myDocStringFormat" value="Plain" />
</component>
</module>