Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fsleyes
fsleyes-widgets
Commits
472e7ace
Commit
472e7ace
authored
Oct 13, 2018
by
Paul McCarthy
🚵
Browse files
TEST: Make textbitmap tests a bit more lenient
parent
69388f3d
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/test_textbitmap.py
View file @
472e7ace
...
...
@@ -40,4 +40,4 @@ def test_textbitmap():
fname
=
op
.
join
(
datadir
,
fname
)
benchmark
=
mplimg
.
imread
(
fname
)
*
255
assert
compare_images
(
bmp
,
benchmark
,
0.
05
)[
0
]
assert
compare_images
(
bmp
,
benchmark
,
0.
1
)[
0
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment