Skip to content

Commit

Permalink
Tweaking error bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jan 19, 2024
1 parent dbfbbe3 commit 53d7d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/sigmoid_approx_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ TEST_CASE ("Sigmoid (Exp) Approx Test")
test_approx ([] (auto x)
{ return math_approx::sigmoid_exp<5> (x); },
1.5e-7f,
7.0e-7f,
7.5e-7f,
12);
}

Expand Down

0 comments on commit 53d7d70

Please sign in to comment.