Commit 4f091f65 authored by Maciej Skorski's avatar Maciej Skorski

changing tests

parent d81313dd
...@@ -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__':
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment