diff --git a/dabnn/mat.h b/dabnn/mat.h index c12fe80..d500212 100644 --- a/dabnn/mat.h +++ b/dabnn/mat.h @@ -273,8 +273,6 @@ inline bool Mat::operator==(const Mat &m) const { } FORZ(i, total()) { if (std::abs(static_cast(data)[i] - m[i]) > 1e-5) { - PNT(static_cast(data)[i]); - PNT(m[i]); return false; } }