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
ift
NIFTy
Commits
00823a86
Commit
00823a86
authored
Dec 01, 2016
by
Theo Steininger
Browse files
Fixed a bug in healpy validator.
parent
4e623229
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty/config/nifty_config.py
View file @
00823a86
...
...
@@ -28,7 +28,7 @@ def _healpy_validator(use_healpy):
if
not
isinstance
(
use_healpy
,
bool
):
return
False
if
not
use_healpy
:
return
Fals
e
return
Tru
e
if
'healpy'
not
in
dependency_injector
:
return
False
healpy
=
dependency_injector
[
'healpy'
]
...
...
Write
Preview
Markdown
is supported
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