bayespy.utils.misc.TestCase.assertIsNot

TestCase.assertIsNot(expr1, expr2, msg=None)[source]

Just like self.assertTrue(a is not b), but with a nicer default message.