We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32076f commit 77b9b1fCopy full SHA for 77b9b1f
build_tools/circle/build_doc.sh
@@ -57,7 +57,7 @@ get_build_type() {
57
echo QUICK BUILD: no changed filenames for $git_range
58
return
59
fi
60
- changed_examples=$(echo "$filenames" | grep -e ^examples/)
+ changed_examples=$(echo "$filenames" | grep -E "^examples/(.*/)*plot_")
61
if [[ -n "$changed_examples" ]]
62
then
63
echo BUILD: detected examples/ filename modified in $git_range: $changed_examples
examples/applications/svm_gui.py
@@ -13,7 +13,6 @@
13
If all examples are from the same class, it uses a one-class SVM.
14
15
"""
16
-from __future__ import division, print_function
17
18
print(__doc__)
19
0 commit comments