Skip to content

Commit

Permalink
Merge branch 'update-refs-for-python3.10' into 'master'
Browse files Browse the repository at this point in the history
Mise à jour des tests pour python 3.10

Closes #953

See merge request 3d/cars-park/cars!779
  • Loading branch information
dyoussef committed Dec 3, 2024
2 parents f6a46fa + 01c5500 commit 28a034c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1 deletion.
Binary file modified tests/data/ref_output/color_end2end_ventoux_no_elevation.tif
Binary file not shown.
Binary file modified tests/data/ref_output/color_end2end_ventoux_quality_stats.tif
Binary file not shown.
Binary file modified tests/data/ref_output/dsm_end2end_ventoux_quality_stats.tif
Binary file not shown.
Binary file modified tests/data/ref_output/dsm_mean_end2end_ventoux_quality_stats.tif
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/data/ref_output/dsm_std_end2end_ventoux_quality_stats.tif
Binary file not shown.
3 changes: 2 additions & 1 deletion tests/test_end2end.py
Original file line number Diff line number Diff line change
Expand Up @@ -3663,6 +3663,7 @@ def test_end2end_quality_stats():
# Save all intermediate data and add merging
input_config_dense_dsm["advanced"] = {
"save_intermediate_data": True,
"merging": True,
}

dense_dsm_pipeline = default.DefaultPipeline(input_config_dense_dsm)
Expand Down Expand Up @@ -3775,7 +3776,7 @@ def test_end2end_quality_stats():
# absolute_data_path(
# os.path.join(
# ref_output_dir,
# "" "dsm_pts_in_cell_end2end_ventoux_quality_stats.tif",
# "dsm_pts_in_cell_end2end_ventoux_quality_stats.tif",
# )
# ),
# )
Expand Down

0 comments on commit 28a034c

Please sign in to comment.