Skip to content

Commit

Permalink
Remove test for Spanish FastText Commoncrawl embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushk4 committed Nov 29, 2019
1 parent 6932eca commit 11273c5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@ end
@test size(embs_fr.embeddings) == (300, 100)
end

@testset_nokeep_data "Spanish" begin
embs_es = load_embeddings(FastText_Text{:es}; max_vocab_size=100)
@test length(embs_es.vocab)==100
@test size(embs_es.embeddings) == (300, 100)
end


@testset_nokeep_data "English file number 2" begin
Expand Down

0 comments on commit 11273c5

Please sign in to comment.