Skip to content

Commit

Permalink
skip second glove testset
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Nov 17, 2019
1 parent b059830 commit 6158883
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ end
# just test one file from each of provided sets
tests = ["glove.6B/glove.6B.50d.txt",
#"glove.42B.300d/glove.42B.300d.txt", # These files are too slow to download
#"glove.840B.300d/glove.840B.300d.txt", # They are not that big bt are on a slow server
"glove.twitter.27B/glove.twitter.27B.25d.txt"]
#"glove.840B.300d/glove.840B.300d.txt", # They are not that big but are on a slow server
#"glove.twitter.27B/glove.twitter.27B.25d.txt"
]

# read dimensionality from name (e.g. glove.6B.300d.txt -> 300)
dim(x) = parse(Int, match(r"\.([0-9]+)d\.", x).captures[1])
Expand Down

0 comments on commit 6158883

Please sign in to comment.