Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
gms_preprocessing
Commits
fb2d0c5c
Commit
fb2d0c5c
authored
Nov 04, 2017
by
Daniel Scheffler
Browse files
Fixed linting issues. Updated version info.
parent
3ff5b9b9
Pipeline
#1479
passed with stage
in 10 minutes and 55 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/__init__.py
View file @
fb2d0c5c
...
...
@@ -13,8 +13,8 @@ from .processing.process_controller import process_controller # noqa: E402
__author__
=
"""Daniel Scheffler"""
__email__
=
'daniel.scheffler@gfz-potsdam.de'
__version__
=
'0.9.
6
'
__versionalias__
=
'2017110
2
.0
2
'
__version__
=
'0.9.
8
'
__versionalias__
=
'2017110
4
.0
1
'
__all__
=
[
'algorithms'
,
'io'
,
'misc'
,
...
...
gms_preprocessing/misc/helper_functions.py
View file @
fb2d0c5c
...
...
@@ -6,7 +6,6 @@ import errno
import
gzip
from
zipfile
import
ZipFile
import
itertools
import
json
import
math
import
operator
import
os
...
...
gms_preprocessing/processing/process_controller.py
View file @
fb2d0c5c
...
...
@@ -404,7 +404,7 @@ class process_controller(object):
shutdown_loggers
()
except
Exception
:
except
Exception
:
# noqa E722 # bare except
if
self
.
job
.
profiling
:
self
.
profiler
.
stop
()
print
(
self
.
profiler
.
output_text
(
unicode
=
True
,
color
=
True
))
...
...
setup.py
View file @
fb2d0c5c
...
...
@@ -25,7 +25,7 @@ test_requirements = requirements + ['coverage', 'nose', 'nose2', 'nose-htmloutpu
setup
(
name
=
'gms_preprocessing'
,
version
=
'0.9.
7
'
,
version
=
'0.9.
8
'
,
description
=
"GeoMultiSens - Scalable Multi-Sensor Analysis of Remote Sensing Data"
,
long_description
=
readme
+
'
\n\n
'
+
history
,
author
=
"Daniel Scheffler"
,
...
...
Daniel Scheffler
@danschef
mentioned in commit
b1bfe70a
·
Feb 06, 2018
mentioned in commit
b1bfe70a
mentioned in commit b1bfe70a67bfe9808b2976e0050e9fff808eabad
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment