Skip to content

Commit 28a034c

Browse files
committed
Merge branch 'update-refs-for-python3.10' into 'master'
Mise à jour des tests pour python 3.10 Closes #953 See merge request 3d/cars-park/cars!779
2 parents f6a46fa + 01c5500 commit 28a034c

8 files changed

+2
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

tests/test_end2end.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3663,6 +3663,7 @@ def test_end2end_quality_stats():
36633663
# Save all intermediate data and add merging
36643664
input_config_dense_dsm["advanced"] = {
36653665
"save_intermediate_data": True,
3666+
"merging": True,
36663667
}
36673668

36683669
dense_dsm_pipeline = default.DefaultPipeline(input_config_dense_dsm)
@@ -3775,7 +3776,7 @@ def test_end2end_quality_stats():
37753776
# absolute_data_path(
37763777
# os.path.join(
37773778
# ref_output_dir,
3778-
# "" "dsm_pts_in_cell_end2end_ventoux_quality_stats.tif",
3779+
# "dsm_pts_in_cell_end2end_ventoux_quality_stats.tif",
37793780
# )
37803781
# ),
37813782
# )

0 commit comments

Comments
 (0)