Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
cdf0cbb5
Commit
cdf0cbb5
authored
Aug 01, 2022
by
René Fritze
Committed by
René Fritze
Aug 01, 2022
Browse files
[tests] temporarily ignore hypothesis' filter_too_much warning
parent
70658d82
Pipeline
#152210
passed with stages
in 31 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conftest.py
View file @
cdf0cbb5
...
...
@@ -11,7 +11,8 @@ import numpy as np
_common_settings
=
{
"print_blob"
:
True
,
"suppress_health_check"
:
(
HealthCheck
.
data_too_large
,
HealthCheck
.
too_slow
),
"suppress_health_check"
:
(
HealthCheck
.
data_too_large
,
HealthCheck
.
too_slow
,
HealthCheck
.
filter_too_much
),
"deadline"
:
1000
,
"verbosity"
:
Verbosity
.
normal
,
}
...
...
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