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
Jonas Plewinski
pystencils
Commits
f215f6fd
Commit
f215f6fd
authored
Dec 06, 2018
by
Nils Kohl
🌝
Browse files
Fixed workaround and linter complaints
parent
1c652701
Changes
1
Hide whitespace changes
Inline
Side-by-side
datahandling/parallel_datahandling.py
View file @
f215f6fd
...
...
@@ -356,7 +356,7 @@ class ParallelDataHandling(DataHandling):
}
level
=
level
.
upper
()
message
=
" "
.
join
(
str
(
e
)
for
e
in
args
)
ParallelDataHandling
.
_log_map
[
level
](
message
)
_log_map
[
level
](
message
)
def
log_on_root
(
self
,
*
args
,
level
=
'INFO'
):
if
self
.
is_root
:
...
...
@@ -369,4 +369,3 @@ class ParallelDataHandling(DataHandling):
@
property
def
world_rank
(
self
):
return
wlb
.
mpi
.
worldRank
()
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