Skip to content

Commit 1d29b47

Browse files
committed
(fix) Remove impact model built in two tests
1 parent 4bc130f commit 1d29b47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/end_to_end/test_python_build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def test_build_wo_include_in_tree():
7171
assert scores["nvidia_ai_gpu_chip"] == pytest.approx(
7272
expected_scores["nvidia_ai_gpu_chip"]
7373
)
74+
os.remove("nvidia_ai_gpu_chip.yaml")
7475

7576

7677
def test_build_piecewise():
@@ -137,3 +138,4 @@ def test_build_piecewise():
137138
)["EFV3_CLIMATE_CHANGE"][0]
138139
!= 0
139140
)
141+
os.remove("nvidia_ai_gpu_chip_piecewise.yaml")

0 commit comments

Comments
 (0)