We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43ac95 commit 77f4751Copy full SHA for 77f4751
tests/test_validity.py
@@ -40,7 +40,6 @@ def test_single_zone_hydronic(schema: Path) -> None:
40
def test_single_zone_hydronic_weather(schema: Path) -> None:
41
house = Path(__file__).parent.joinpath("single_zone_hydronic_weather.yaml")
42
network = convert_network("single_zone_hydronic_weather", house)
43
- Path(__file__).parent.joinpath("model_to_delete.mo").write_text(network.model())
44
with tempfile.TemporaryDirectory(ignore_cleanup_errors=True) as project_path:
45
results = simulate(
46
Path(project_path),
0 commit comments