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 e935d20 commit f71c153Copy full SHA for f71c153
1 file changed
tests/test_add_scenario.py
@@ -16,7 +16,6 @@ def test_add_scenario():
16
17
with tempfile.TemporaryDirectory() as tmpdirname:
18
tmpdirname_obj = Path(tmpdirname) / "tmp"
19
- print(tmpdirname_obj)
20
shutil.copytree(PYDSS_PROJECT, str(tmpdirname_obj))
21
settings_path = tmpdirname_obj / "simulation.toml"
22
settings = toml.load(settings_path)
0 commit comments