Skip to content

Commit

Permalink
Bump test tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Jan 22, 2025
1 parent 60deeb0 commit 52332f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scico/test/linop/xray/test_astra.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@


N = 128
RTOL_CPU = 5e-5
RTOL_GPU = 7e-2
RTOL_CPU = 1e-4
RTOL_GPU = 8e-2
RTOL_GPU_RANDOM_INPUT = 1.0


Expand Down

0 comments on commit 52332f1

Please sign in to comment.