Skip to content

Commit

Permalink
indentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed May 24, 2017
1 parent 684ebfb commit ad1ba64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/otb/OTBUtils.py
Expand Up @@ -116,6 +116,7 @@ def otbGeoidPath():
def otbDescriptionPath():
return os.path.join(os.path.dirname(__file__), "description")


_installedVersion = None
_installedVersionFound = False

Expand Down
Expand Up @@ -480,6 +480,7 @@ def getTrainImagesClassifier(available_app, original_dom_document):
the_list.append(split[key])
return the_list


def getTrainRegression(available_app, original_dom_document):
"""
Split by classifier (ann, dt, gbt, knn, libsvm, rf)
Expand All @@ -495,6 +496,7 @@ def getTrainRegression(available_app, original_dom_document):
the_list.append(split[key])
return the_list


def getTrainVectorClassifier(available_app, original_dom_document):
"""
Split by classifier (ann, dt, gbt, knn, libsvm, rf)
Expand Down

0 comments on commit ad1ba64

Please sign in to comment.