diff --git a/src/hack/comparators/comparators.hpp b/src/hack/comparators/comparators.hpp index 6b6c2e5..410f370 100644 --- a/src/hack/comparators/comparators.hpp +++ b/src/hack/comparators/comparators.hpp @@ -46,7 +46,7 @@ namespace hack::comparators // epsilon - допустимая погрешность для float template - comp_result compare_float_array_with_file(const std::vector& in, const std::filesystem::path& path, float epsilon = 1e-6f) + comp_result compare_float_array_with_file(const std::vector& in, const std::filesystem::path& path, float epsilon = 0.000'01) { comp_result res{};