Skip to content

Commit 77f4751

Browse files
committed
fix: path doesn't exist.
1 parent f43ac95 commit 77f4751

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_validity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def test_single_zone_hydronic(schema: Path) -> None:
4040
def test_single_zone_hydronic_weather(schema: Path) -> None:
4141
house = Path(__file__).parent.joinpath("single_zone_hydronic_weather.yaml")
4242
network = convert_network("single_zone_hydronic_weather", house)
43-
Path(__file__).parent.joinpath("model_to_delete.mo").write_text(network.model())
4443
with tempfile.TemporaryDirectory(ignore_cleanup_errors=True) as project_path:
4544
results = simulate(
4645
Path(project_path),

0 commit comments

Comments
 (0)