[GRASS-git] [OSGeo/grass] 6fd21a: tests: Call t.remove and g.remove once with multip...
Edouard Choinière
noreply at github.com
Fri Oct 18 06:40:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 6fd21a886dad53a02cbfb73fafe70eb9914b65be
https://github.com/OSGeo/grass/commit/6fd21a886dad53a02cbfb73fafe70eb9914b65be
Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
Date: 2024-10-18 (Fri, 18 Oct 2024)
Changed paths:
M imagery/i.gensig/testsuite/test_i_gensig.py
M imagery/i.maxlik/testsuite/test_i_maxlik.py
M imagery/i.vi/testsuite/test_vi.py
M lib/imagery/testsuite/test_imagery_sigfile.py
M lib/imagery/testsuite/test_imagery_sigsetfile.py
M raster/r.contour/testsuite/test_r_contour.py
M raster/r.in.pdal/testsuite/test_r_in_pdal_binning.py
M raster/r.in.pdal/testsuite/test_r_in_pdal_selection.py
M raster/r.kappa/testsuite/test_r_kappa.py
M raster/r.mfilter/benchmark/benchmark_r_mfilter_nprocs.py
M raster/r.neighbors/benchmark/benchmark_r_neighbors_nprocs.py
M raster/r.random/testsuite/test_r_random.py
M raster/r.resamp.filter/benchmark/benchmark_r_resamp_filter.py
M raster/r.resamp.interp/benchmark/benchmark_r_resamp_interp.py
M raster/r.series/benchmark/benchmark_r_series.py
M raster/r.slope.aspect/benchmark/benchmark_r_slope_aspect.py
M raster/r.slope.aspect/benchmark/benchmark_r_slope_aspect_memory.py
M raster/r.tile/testsuite/test_r_tile.py
M raster/r.univar/benchmark/benchmark_r_univar.py
M raster/r.univar/testsuite/test_r_univar.py
M raster3d/r3.null/testsuite/test.r3.null.sh
M scripts/r.mapcalc.simple/testsuite/test_rmapcalcsimple.py
M scripts/r.reclass.area/testsuite/test_r_reclass_area.py
M scripts/v.rast.stats/testsuite/test_v_rast_stats.py
M temporal/t.rast.accdetect/testsuite/test_simple.py
M temporal/t.rast.accumulate/testsuite/test_accumulation.py
M temporal/t.rast.series/testsuite/test_series.py
M temporal/t.rast.univar/testsuite/test_t_rast_univar.py
M temporal/t.topology/test.t.topology.reltime.sh
M temporal/t.vect.extract/test.t.vect.extract.sh
M utils/thumbnails.py
M vector/v.random/testsuite/test_v_random.py
M vector/v.surf.rst/benchmark/benchmark_v_surf_rst.py
M vector/v.surf.rst/benchmark/benchmark_v_surf_rst_cv.py
Log Message:
-----------
tests: Call t.remove and g.remove once with multiple inputs as list (#4523)
* t.rast.accumulate: Call t.remove with multiple inputs in test_accumulation
* t.rast.accdetect: Call t.remove with multiple inputs
* t.rast.univar: Call t.remove once with multiple inputs
* tests: Call g.remove once with multiple names to remove
One call per type, when all other arguments are the same
* benchmark: Call g.remove once with multiple names to remove
One call per type, when all other arguments are the same
* utils/thumbnails: Call g.remove once with multiple names to remove
* Use tuple for supplying multiple input maps
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list