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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
IMAGINE
Commits
46b44cbb
Commit
46b44cbb
authored
Nov 20, 2017
by
Theo Steininger
Browse files
Added info message to heuristics.
parent
b6b167d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
imagine/pipeline.py
View file @
46b44cbb
...
...
@@ -151,6 +151,8 @@ class Pipeline(Loggable, object):
# if a parameter value from outside of the cube is requested, return
# the worst possible likelihood value
if
np
.
any
(
cube_content
>
1.
)
or
np
.
any
(
cube_content
<
0.
):
self
.
logger
.
info
(
'Cube %s requested. Returned most negative '
'possible number.'
)
return
np
.
nan_to_num
(
-
np
.
inf
)
if
rank
!=
0
:
...
...
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