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
44b7b4e5
Commit
44b7b4e5
authored
Oct 26, 2017
by
Daniel Scheffler
Browse files
Fixed flake8 issues.
parent
f01e4ff5
Pipeline
#1431
passed with stage
in 9 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/algorithms/L2B_P.py
View file @
44b7b4e5
...
...
@@ -9,9 +9,10 @@ import logging
from
scipy.interpolate
import
interp1d
import
scipy
as
sp
import
matplotlib.pyplot
as
plt
from
sklearn.cluster
import
KMeans
,
k_means_
from
sklearn.cluster
import
KMeans
from
pandas
import
DataFrame
from
sklearn.cluster
import
k_means_
# noqa F401 # flake8 issue
from
geoarray
import
GeoArray
# noqa F401 # flake8 issue
from
..config
import
GMS_config
as
CFG
...
...
@@ -366,9 +367,3 @@ class SpecHomo_Classifier(object):
ref_cube
=
np
.
hstack
([
random_samples_all_ims
[
imN
]
for
imN
in
im_names
])
return
ref_cube
Daniel Scheffler
@danschef
mentioned in commit
8efcf2c7
·
Feb 06, 2018
mentioned in commit
8efcf2c7
mentioned in commit 8efcf2c7afafd90601d51c5e3d49a9a826405b70
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