Skip to content

Commit 26b1332

Browse files
committed
hotfix for docs
1 parent 1585713 commit 26b1332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/make_semantic_matrix_tests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ end
3333

3434
S_train = JudiLing.make_S_matrix(
3535
french,
36-
base=["Lexeme"])
36+
["Lexeme"])
3737

3838
S_train, S_val = JudiLing.make_S_matrix(
3939
french,
4040
french_val,
41-
base=["Lexeme"])
41+
["Lexeme"])
4242
@test true
4343
catch e
4444
@test e == false

0 commit comments

Comments
 (0)