Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
0f4e3df4
Commit
0f4e3df4
authored
Jun 13, 2021
by
Leo Gao
Browse files
Fix typo
parent
893ef63f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_tasks.py
tests/test_tasks.py
+1
-1
No files found.
tests/test_tasks.py
View file @
0f4e3df4
...
...
@@ -52,7 +52,7 @@ def test_basic_interface(taskname, Task):
assert
reqs
==
reqs2
if
task
name
.
has_training_docs
():
if
task
.
has_training_docs
():
arr
=
list
(
islice
(
task
.
training_docs
(),
limit
))
arr2
=
list
(
islice
(
task2
.
training_docs
(),
limit
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment