Skip to content
Snippets Groups Projects
Commit bc05e9ca authored by POLLET Vincent's avatar POLLET Vincent
Browse files

Remove log file in test: we want warnings to be outputed so developpers see...

Remove log file in test: we want warnings to be outputed so developpers see them and have to deal with it
parent fdf28bfa
No related branches found
No related tags found
Loading
Pipeline #375711 failed
......@@ -15,7 +15,6 @@ def test_dl1_to_dl2(monkeypatch: pytest.MonkeyPatch, tmp_path: Path, request: py
gamma_classifier_model_path = current_dir / "resources/gamma_classifier.sav"
image_displacement_vector_regressor_model_path = current_dir / "resources/image_displacement_vector_regressor.sav"
dl2_file_path = tmp_path / "dl2_LST_Run06892_gammaness_cut_70_sample_500.h5"
log_file = tmp_path / "dl1_to_dl2.log"
with monkeypatch.context() as mpc:
mpc.setattr(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment