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
chenpangpang
transformers
Commits
525b6b1c
Commit
525b6b1c
authored
Mar 09, 2020
by
Lysandre
Browse files
TFQA pipeline marked as slow test
parent
3aca02ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_pipelines.py
tests/test_pipelines.py
+1
-1
No files found.
tests/test_pipelines.py
View file @
525b6b1c
...
@@ -291,7 +291,7 @@ class MultiColumnInputTestCase(unittest.TestCase):
...
@@ -291,7 +291,7 @@ class MultiColumnInputTestCase(unittest.TestCase):
self
.
_test_multicolumn_pipeline
(
nlp
,
valid_samples
,
invalid_samples
,
mandatory_output_keys
)
self
.
_test_multicolumn_pipeline
(
nlp
,
valid_samples
,
invalid_samples
,
mandatory_output_keys
)
@
require_tf
@
require_tf
@
unittest
.
skip
(
"This test is failing intermittently. Skipping it until we resolve."
)
@
slow
def
test_tf_question_answering
(
self
):
def
test_tf_question_answering
(
self
):
mandatory_output_keys
=
{
"score"
,
"answer"
,
"start"
,
"end"
}
mandatory_output_keys
=
{
"score"
,
"answer"
,
"start"
,
"end"
}
valid_samples
=
[
valid_samples
=
[
...
...
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