你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00

- 'output_file' is not stored in the run report by reframe. Therefore, trying to access 'test_dependency.output_file' where 'test_dependency' is a restored test case was returning None and causing an error. - Instead, created a new function to build an output file path that can be reused by the ReceiverMixin class.