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
1a93b1e3
Commit
1a93b1e3
authored
Nov 14, 2018
by
Daniel Scheffler
Browse files
Fixed KMeansRSImage not using all CPU cores in case CPUs is set to None. Updated version info.
parent
cbcbc87f
Pipeline
#3262
failed with stage
in 17 minutes and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/algorithms/L2B_P.py
View file @
1a93b1e3
...
...
@@ -490,7 +490,7 @@ class KMeansRSImage(object):
self
.
im
=
im
self
.
n_clusters
=
n_clusters
self
.
CPUs
=
CPUs
self
.
CPUs
=
CPUs
or
cpu_count
()
self
.
v
=
v
@
property
...
...
gms_preprocessing/version.py
View file @
1a93b1e3
__version__
=
'0.16.
3
'
__versionalias__
=
'2018
0905
.01'
__version__
=
'0.16.
4
'
__versionalias__
=
'2018
1114
.01'
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