Skip to content
Permalink
Browse files
fix indentation
  • Loading branch information
alexbruy committed Aug 23, 2016
1 parent 10f72cd commit df248db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
@@ -667,7 +667,7 @@ def create_xml_descriptors():
except:
logger.error("Unit test for command %s must be fixed: %s" % (available_app, traceback.format_exc()))
else:
logger.warning("%s (not custom app) is not in white list." % available_app)
logger.warning("%s (not custom app) is not in white list." % available_app)
# except Exception, e:
# logger.error(traceback.format_exc())

@@ -696,7 +696,7 @@ def create_html_description():
if __name__ == "__main__":
# Prepare the environment
from qgis.core import QgsApplication

app = QgsApplication([], True)
QgsApplication.initQgis()

@@ -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)
@@ -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)

0 comments on commit df248db

Please sign in to comment.