janelia-flyem / gala

Automatic segmentation of electron microscopy volumes
BSD 3-Clause "New" or "Revised" License
76 stars 29 forks source link

Add missing argument to classifier_extension function #35

Closed jni closed 10 years ago

jni commented 10 years ago

The function uses an undefined bool value, use_joblib, which results in a runtime error when running gala-train. This PR defines the value using a default argument.