Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
v-Golubev committed Nov 10, 2024
1 parent 6eae87e commit 4724749
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,9 @@ class Error {
<< " Diff: " << std::fabs(val.expected_value - val.actual_value)
<< " calculated_abs_threshold: " << val.threshold << " abs_threshold: " << abs_threshold
<< " rel_threshold: " << rel_threshold << "\n";
// #ifdef NDEBUG
#ifdef NDEBUG
break;
// #endif
#endif
}
throw std::runtime_error(msg);
} else if (!less_or_equal(mvn_results, mvn_threshold)) {
Expand Down

0 comments on commit 4724749

Please sign in to comment.