diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2019-04-04 15:59:02 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2019-09-25 14:10:10 +0200 |
commit | b595d260193b39981834211682ff41fd1a91e398 (patch) | |
tree | 54f9a1f36b88e7a16d146e1bb875d5b926503239 /tests/python/test_line2d.py | |
parent | f944d9a95d3cd7c70a137b23147368dc15039c7f (diff) | |
download | astra-b595d260193b39981834211682ff41fd1a91e398.tar.gz astra-b595d260193b39981834211682ff41fd1a91e398.tar.bz2 astra-b595d260193b39981834211682ff41fd1a91e398.tar.xz astra-b595d260193b39981834211682ff41fd1a91e398.zip |
Enable all 2D projector tests
Diffstat (limited to 'tests/python/test_line2d.py')
-rw-r--r-- | tests/python/test_line2d.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/python/test_line2d.py b/tests/python/test_line2d.py index 8b6e200..e5d8f2b 100644 --- a/tests/python/test_line2d.py +++ b/tests/python/test_line2d.py @@ -7,9 +7,9 @@ import pylab # Display sinograms with mismatch on test failure DISPLAY=False -NONUNITDET=False -OBLIQUE=False -FLEXVOL=False +NONUNITDET=True +OBLIQUE=True +FLEXVOL=True NONSQUARE=False # non-square pixels not supported yet by most projectors # Round interpolation weight to 8 bits to emulate CUDA texture unit precision |