Skip to content

Commit 0bfaae4

Browse files
Merge branch 'master' of github.com:jbrownlee/CleverAlgorithms
2 parents 80bfef0 + c520d62 commit 0bfaae4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ book/*.pdf
44
book/*.toc
55
book/*.out
66
book/*.log
7+
book/*.synctex.gz
78
workspace/**/*.bbl
89
workspace/**/*.blg
910
workspace/**/*.toc
@@ -12,6 +13,7 @@ workspace/**/*.pdf
1213
workspace/**/*.out
1314
workspace/**/*.log
1415
workspace/*.bak
16+
workspace/**/*.synctex.gz
1517
deprecated/**/*.toc
1618
deprecated/**/*.aux
1719
deprecated/**/*.pdf

src/algorithm_selection/selection.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727

2828

2929
require 'rubygems'
30-
module JSON
31-
VARIANT_BINARY = false # hack - god knows why i need it (I get a VARIANT_BINARY undefined error)
32-
end
3330
require 'json'
3431
require 'net/http'
3532
require 'hpricot'

0 commit comments

Comments
 (0)