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
45c8584b
Commit
45c8584b
authored
May 30, 2017
by
Theo Steininger
Browse files
Changed default distribution strategy to 'not'
parent
1c4f76ac
Pipeline
#13112
passed with stages
in 11 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/config/nifty_config.py
View file @
45c8584b
...
...
@@ -57,7 +57,7 @@ variable_default_field_dtype = keepers.Variable(
variable_default_distribution_strategy
=
keepers
.
Variable
(
'default_distribution_strategy'
,
[
'fftw'
,
'equal'
,
'not'
],
[
'not'
,
'fftw'
,
'equal'
],
lambda
z
:
((
'pyfftw'
in
dependency_injector
)
if
z
==
'fftw'
else
True
),
genus
=
'str'
)
...
...
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