Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geoarray
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Scheffler
geoarray
Commits
2e05550c
There was a problem fetching the pipeline summary.
Commit
2e05550c
authored
Nov 3, 2017
by
Daniel Scheffler
Browse files
Options
Downloads
Patches
Plain Diff
Fixed linting issue.
parent
99bdad95
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_geoarray.py
+2
-2
2 additions, 2 deletions
tests/test_geoarray.py
with
2 additions
and
2 deletions
tests/test_geoarray.py
+
2
−
2
View file @
2e05550c
...
...
@@ -88,7 +88,7 @@ class Test_GeoarrayAppliedOnPathArray(unittest.TestCase):
# First line of the test case output to ease the distinction between the test cases using different
# instances of the "GeoArray"-class.
print
(
'
'
)
print
(
"
Geoarray instanced with {
l
}, TEST CASE 1 (
'
basic functions
'
):
"
.
format
(
l
=
(
'
PATH
'
,
'
NUMPY ARRAY
'
)[
cls
.
k
]))
print
(
"
Geoarray instanced with {
i
}, TEST CASE 1 (
'
basic functions
'
):
"
.
format
(
i
=
(
'
PATH
'
,
'
NUMPY ARRAY
'
)[
cls
.
k
]))
# Creating the instances of the "GeoArray"-class.
if
cls
.
k
==
0
:
...
...
@@ -341,7 +341,7 @@ class Test_GeoarrayFunctions(unittest.TestCase):
# the test cases using different instances of the "GeoArray"-class.
# First line of the test case output.
print
(
'
'
)
print
(
"
Geoarray instanced with {
l
}, TEST CASE 2 (
'
functions
'
):
"
.
format
(
l
=
(
'
PATH
'
,
'
NUMPY ARRAY
'
)[
cls
.
k
]))
print
(
"
Geoarray instanced with {
i
}, TEST CASE 2 (
'
functions
'
):
"
.
format
(
i
=
(
'
PATH
'
,
'
NUMPY ARRAY
'
)[
cls
.
k
]))
# Opening the temporary serialized variables (see setUpClass of test case 1) to re-use in the new test case
# without the need to inherit the variables from test case 1.
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment