Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 18, 2024
1 parent 55d091a commit d5024b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patgen/configvocabpats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func TestVocab(t *testing.T) {
assert.Equal(t, exbpp, m["B''"].String())

// config pats
dt := table.NewTable(0, "TrainAB")
dt := table.NewTable("TrainAB")
InitPats(dt, "TrainAB", "describe", "Input", "ECout", 6, 3, 2, 3, 3)
MixPats(dt, m, "Input", []string{"A", "B", "ctxt1", "ctxt1", "empty", "B'"})
MixPats(dt, m, "ECout", []string{"A", "B", "ctxt1", "ctxt1", "empty", "B'"})
Expand Down

0 comments on commit d5024b6

Please sign in to comment.