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
8efcf2c7
Commit
8efcf2c7
authored
Oct 26, 2017
by
Daniel Scheffler
Browse files
Fixed flake8 issues.
Former-commit-id:
44b7b4e5
parent
49cf9c60
Changes
1
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/algorithms/L2B_P.py
View file @
8efcf2c7
...
...
@@ -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
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