input data: Fix indentation

* Comment full_run (use pytest --full-run to activate)
This commit is contained in:
Dominique Lasserre
2024-12-21 18:05:31 +01:00
committed by Andreas
parent fc4067fe63
commit afa5cc7c02
2 changed files with 223 additions and 53 deletions

View File

@@ -61,8 +61,9 @@ def test_optimize(
opt_class = optimization_problem(tmp_config, fixed_seed=42)
start_hour = 10
# if ngen > 10 and not is_full_run:
# pytest.skip()
# Activate with pytest --full-run
if ngen > 10 and not is_full_run:
pytest.skip()
visualize_filename = str((DIR_TESTDATA / f"new_{fn_out}").with_suffix(".pdf"))