[GRASS-dev] [GRASS GIS] #3741: t.rast.series: allow multiple methods/output
GRASS GIS
trac at osgeo.org
Tue Mar 5 17:23:09 PST 2019
#3741: t.rast.series: allow multiple methods/output
--------------------------+---------------------------
Reporter: sbl | Owner: grass-dev@…
Type: enhancement | Status: closed
Priority: normal | Milestone: 7.8.0
Component: Temporal | Version: svn-trunk
Resolution: fixed | Keywords: t.rast.series
CPU: All | Platform: All
--------------------------+---------------------------
Comment (by pmav99):
#74123 introduced a {{{SsyntaxError}}} at line 90
{{{
def test_multi_stats(self):
self.assertModule("t.rast.series", input="A",
- method=["average", "maximum", "minimum",
+ method=["average", "maximum", "minimum"],
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3741#comment:2>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list