你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Fix getting variant of test dependency
这个提交包含在:
@@ -23,4 +23,4 @@ class TestSingleCellPml(GprMaxRegressionTest):
|
||||
class TestSingleCellPmlMpi(MpiMixin, TestSingleCellPml):
|
||||
tags = {"test", "mpi", "geometery", "box", "pml"}
|
||||
mpi_layout = parameter([[2, 2, 1], [3, 3, 1]])
|
||||
test_dependency = "TestSingleCellPml"
|
||||
test_dependency = TestSingleCellPml
|
||||
|
在新工单中引用
屏蔽一个用户