Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Maciej Skorski
Fast Word2Vec TF
Commits
4f091f65
Commit
4f091f65
authored
Dec 03, 2020
by
Maciej Skorski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changing tests
parent
d81313dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
0 deletions
+1
-0
model/tests/__pycache__/test.cpython-36.pyc
model/tests/__pycache__/test.cpython-36.pyc
+0
-0
model/tests/test.py
model/tests/test.py
+1
-0
No files found.
model/tests/__pycache__/test.cpython-36.pyc
View file @
4f091f65
No preview for this file type
model/tests/test.py
View file @
4f091f65
...
@@ -4,6 +4,7 @@ from ..core.model import *
...
@@ -4,6 +4,7 @@ from ..core.model import *
class
TestTensorflowSetup
(
unittest
.
TestCase
):
class
TestTensorflowSetup
(
unittest
.
TestCase
):
def
test_version2x
(
self
):
def
test_version2x
(
self
):
''' requires Tensorflow 2.x to be available '''
self
.
assertTrue
(
tf
.
version
.
VERSION
.
startswith
(
'2'
))
self
.
assertTrue
(
tf
.
version
.
VERSION
.
startswith
(
'2'
))
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
...
...
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