bayespy.utils.misc.TestCase.assertLess

TestCase.assertLess(a, b, msg=None)[source]

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