Closed DilumAluthge closed 3 years ago
@asserts can be disabled at certain optimization levels.
@assert
Actually, there is a PR open to Base Julia that will disable @asserts by default.
So, instead of using @assert, we should do something else.
@assert
s can be disabled at certain optimization levels.Actually, there is a PR open to Base Julia that will disable
@assert
s by default.So, instead of using
@assert
, we should do something else.