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
fslpy
Commits
28273d9e
Commit
28273d9e
authored
Jul 05, 2019
by
Paul McCarthy
🚵
Browse files
Merge branch 'rel/2.3.1' into 'v2.3'
TEST: Fix to idle test See merge request fsl/fslpy!141
parents
c6613903
9b36388d
Pipeline
#3953
passed with stages
in 1 minute and 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
tests/test_idle.py
View file @
28273d9e
...
...
@@ -178,7 +178,7 @@ def _test_block():
# Be relaxed about precision - timing
# can sometimes be pretty sloppy when
# running in a docker container.
assert
abs
((
end
-
start
)
<
2
)
<
0.05
assert
abs
((
end
-
start
)
-
2
)
<
0.05
if
fslplatform
.
haveGui
:
assert
called
[
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