We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc130f commit 1d29b47Copy full SHA for 1d29b47
1 file changed
tests/end_to_end/test_python_build.py
@@ -71,6 +71,7 @@ def test_build_wo_include_in_tree():
71
assert scores["nvidia_ai_gpu_chip"] == pytest.approx(
72
expected_scores["nvidia_ai_gpu_chip"]
73
)
74
+ os.remove("nvidia_ai_gpu_chip.yaml")
75
76
77
def test_build_piecewise():
@@ -137,3 +138,4 @@ def test_build_piecewise():
137
138
)["EFV3_CLIMATE_CHANGE"][0]
139
!= 0
140
141
+ os.remove("nvidia_ai_gpu_chip_piecewise.yaml")
0 commit comments