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
NearRealTimeCTDAS
CTDAS
Commits
524050fd
Commit
524050fd
authored
Mar 26, 2013
by
Ingrid Luijkx
Browse files
Another small fix logging localization when set to None...
parent
d4522c04
Changes
1
Show whitespace changes
Inline
Side-by-side
da/ct/optimizer.py
View file @
524050fd
...
...
@@ -48,9 +48,9 @@ class CtOptimizer(Optimizer):
else
:
self
.
localization
=
False
self
.
localizetype
=
'None'
self
.
tvalue
=
0
logging
.
info
(
"Current localization option is set to %s"
%
self
.
localizetype
)
if
self
.
localization
==
True
:
if
self
.
tvalue
==
0
:
logging
.
error
(
"Critical tvalue for localization not set for %i ensemble members"
%
(
self
.
nmembers
))
sys
.
exit
(
2
)
...
...
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