We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ce325 commit a82e254Copy full SHA for a82e254
1 file changed
tests/unit/CodeEntropy/levels/test_search.py
@@ -31,7 +31,7 @@ def test_get_RAD_neighbors(tmp_path: Path):
31
system = "methane"
32
repo_root = Path(__file__).resolve().parents[4]
33
config_path = (
34
- repo_root / "tests" / "regression" / "configs" / system / "config.yaml"
+ repo_root / "tests" / "regression" / "configs" / system / "default.yaml"
35
)
36
37
tmp_path.mkdir(parents=True, exist_ok=True)
@@ -82,7 +82,7 @@ def test_get_grid_neighbors(tmp_path: Path):
82
83
84
85
86
87
88
0 commit comments