We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09ba10 commit 0017a12Copy full SHA for 0017a12
tensorflow_probability/python/bijectors/bijector_test.py
@@ -45,7 +45,7 @@ class BaseBijectorTest(test_util.TestCase):
45
def testIsAbstract(self):
46
with self.assertRaisesRegexp(TypeError,
47
('Can\'t instantiate abstract class Bijector '
48
- 'with abstract methods __init__')):
+ 'with abstract methods? __init__')):
49
tfb.Bijector() # pylint: disable=abstract-class-instantiated
50
51
def testDefaults(self):
0 commit comments