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
D2O
Commits
60a48b67
Commit
60a48b67
authored
Mar 07, 2017
by
Theo Steininger
Browse files
Fixed a small typo in an info message.
parent
e9b60251
Pipeline
#10621
failed with stage
in 69 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
d2o/distributor_factory.py
View file @
60a48b67
...
@@ -109,7 +109,7 @@ class _distributor_factory(object):
...
@@ -109,7 +109,7 @@ class _distributor_factory(object):
if
dtype
is
None
:
if
dtype
is
None
:
if
global_data
is
None
:
if
global_data
is
None
:
dtype
=
np
.
dtype
(
'float64'
)
dtype
=
np
.
dtype
(
'float64'
)
about_infos_cprint
(
'INFO: dtype
set
was set to default.'
)
about_infos_cprint
(
'INFO: dtype was set to default.'
)
else
:
else
:
try
:
try
:
dtype
=
global_data
.
dtype
dtype
=
global_data
.
dtype
...
...
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