mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-19 12:00:15 +08:00
Two reasons for removal: - On the path of removing most non-postconditional asserts. Since the asserts on every message is incurring a non-insignificant penalty on large datasets. - Since the assert was invoked as a function, the 'right side' of the assert statement, i.e. the error message was being invoked as a function, discovered since the __repr__ of the message was high on the bottleneck list.