Skip to content

Commit

Permalink
slightly increased error thresholds for make check, #49 and #28
Browse files Browse the repository at this point in the history
  • Loading branch information
tvolkmer committed Oct 19, 2017
1 parent f38422b commit 461907d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/nfft.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static R trafo_direct_cost(X(plan) *p)
static R err_trafo_direct(X(plan) *p)
{
UNUSED(p);
return K(44.0) * NFFT_EPSILON;
return K(48.0) * NFFT_EPSILON;
}

static R err_trafo(X(plan) *p)
Expand Down
2 changes: 1 addition & 1 deletion tests/nfst.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static R trafo_direct_cost(X(plan) *p)
static R err_trafo_direct(X(plan) *p)
{
UNUSED(p);
return K(120.0) * NFFT_EPSILON;
return K(130.0) * NFFT_EPSILON;
}

static R err_trafo(X(plan) *p)
Expand Down

0 comments on commit 461907d

Please sign in to comment.