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
3d291dea
Commit
3d291dea
authored
Nov 04, 2018
by
thomwolf
Browse files
clean up tests
parent
87da161c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tests/optimization_test.py
tests/optimization_test.py
+1
-1
tests/tokenization_test.py
tests/tokenization_test.py
+1
-1
No files found.
tests/optimization_test.py
View file @
3d291dea
...
...
@@ -20,7 +20,7 @@ import unittest
import
torch
import
optimization
as
optimization
import
optimization
class
OptimizationTest
(
unittest
.
TestCase
):
...
...
tests/tokenization_test.py
View file @
3d291dea
...
...
@@ -19,7 +19,7 @@ from __future__ import print_function
import
os
import
unittest
import
tokenization
as
tokenization
import
tokenization
class
TokenizationTest
(
unittest
.
TestCase
):
...
...
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