Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
3c829eb0
Commit
3c829eb0
authored
Sep 02, 2017
by
Martin Reinecke
Browse files
raise exceptions for numerical problems
parent
e8a8b804
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/common.py
View file @
3c829eb0
...
...
@@ -21,6 +21,8 @@ from parameterized import parameterized
from
nifty
import
Space
,
RGSpace
,
LMSpace
,
HPSpace
,
GLSpace
,
PowerSpace
import
numpy
as
np
np
.
seterr
(
all
=
'raise'
,
under
=
'ignore'
)
def
custom_name_func
(
testcase_func
,
param_num
,
param
):
return
"%s_%s"
%
(
testcase_func
.
__name__
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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