Skip to content

Commit 2cedf6b

Browse files
committed
Smaller test to avoid license error
1 parent 9c6e58b commit 2cedf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_nlp_clnlbeam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def test_clnlbeam(nlp_model_ctor):
88
model = nlp_model_ctor()
99

10-
N = 1000
10+
N = 100
1111
h = 1 / N
1212
alpha = 350
1313

0 commit comments

Comments
 (0)