Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Daniel Scheffler
geoarray
Commits
4240fde0
Commit
4240fde0
authored
May 07, 2018
by
Daniel Scheffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed linting.
parent
fdef2d76
Pipeline
#2938
passed with stages
in 1 minute and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_geoarray.py
tests/test_geoarray.py
+1
-1
No files found.
tests/test_geoarray.py
View file @
4240fde0
...
...
@@ -459,7 +459,7 @@ class Test_GeoarrayFunctions(unittest.TestCase):
def
test_tiles
(
self
):
test_gAs
=
[
self
.
testtiff
,
# 3D
GeoArray
(
self
.
testtiff
[:,
:,
0
],
geotransform
=
self
.
testtiff
.
gt
,
projection
=
self
.
testtiff
.
prj
)]
# 2D
GeoArray
(
self
.
testtiff
[:,
:,
0
],
geotransform
=
self
.
testtiff
.
gt
,
projection
=
self
.
testtiff
.
prj
)]
# 2D
for
gA
in
test_gAs
:
tiles
=
gA
.
tiles
(
tilesize
=
(
50
,
50
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment