FLiT
FLiT copied to clipboard
Remove python asserts
It has been pointed out to me that python can be run in an optimization mode where asserts are skipped. The FLiT code base uses asserts for error checking and these should be replaced with other exception handling.