diff --git a/src/jit_bayes b/src/jit_bayes index 2b1564e..82f7aaa 100755 Binary files a/src/jit_bayes and b/src/jit_bayes differ diff --git a/src/jit_bayes.nim b/src/jit_bayes.nim index 0701be2..b7c42ec 100644 --- a/src/jit_bayes.nim +++ b/src/jit_bayes.nim @@ -5,7 +5,8 @@ import std/sugar import std/algorithm ## Get sequences -let file_path = "../data/stripped" +## let file_path = "../data/stripped" +let file_path = "../data/one_to_three" proc getOEIS(): seq[seq[string]] = let f = open(file_path) var i = 0