Skip to content

Commit 4719a7c

Browse files
committedJun 1, 2018
See if test now passes on Travis
1 parent 09d21cf commit 4719a7c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
 

‎python/plugins/processing/tests/testdata/grass7_algorithms_imagery_tests.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -318,20 +318,20 @@ tests:
318318
- '128.6900'
319319

320320
# this doesn't work in travis-ci environment (probably due to libfftw version).
321-
# - algorithm: grass7:i.fft
322-
# name: GRASS7 i.fft
323-
# params:
324-
# GRASS_REGION_PARAMETER: '344500.0,358400.0,6682800.0,6693700.0'
325-
# input:
326-
# name: custom/grass7/float_raster.tif
327-
# type: raster
328-
# results:
329-
# imaginary:
330-
# hash: 94249384dd8b6019f0024501bc9a093cba9dd025c183d3fb46d77027
331-
# type: rasterhash
332-
# real:
333-
# hash: 09ab93c65aa2dde4da422b62a5ed3e38208e2da072cec2b0eb837a47
334-
# type: rasterhash
321+
- algorithm: grass7:i.fft
322+
name: GRASS7 i.fft
323+
params:
324+
GRASS_REGION_PARAMETER: '344500.0,358400.0,6682800.0,6693700.0'
325+
input:
326+
name: custom/grass7/float_raster.tif
327+
type: raster
328+
results:
329+
imaginary:
330+
hash: 94249384dd8b6019f0024501bc9a093cba9dd025c183d3fb46d77027
331+
type: rasterhash
332+
real:
333+
hash: 09ab93c65aa2dde4da422b62a5ed3e38208e2da072cec2b0eb837a47
334+
type: rasterhash
335335

336336
- algorithm: grass7:i.segment
337337
name: GRASS7 i.segment

0 commit comments

Comments
 (0)
Please sign in to comment.