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
IMAGINE
Commits
1a2cb14e
Commit
1a2cb14e
authored
Sep 28, 2017
by
Theo Steininger
Browse files
Fixed bug in WMAP3yrMixin
parent
163cbe21
Changes
1
Hide whitespace changes
Inline
Side-by-side
imagine/observers/hammurapy/model_mixins/wmap3yr_mixin.py
View file @
1a2cb14e
...
...
@@ -5,7 +5,9 @@ from imagine.magnetic_fields.wmap3yr_magnetic_field import WMAP3yrMagneticField
class
WMAP3yrMixin
(
object
):
__parameter_dict
=
{(
'./Galaxy/MagneticField/Regular'
,
'type'
):
'WMAP'
,
(
'./Galaxy/MagneticField/Random'
,
'cue'
):
'1'
}
(
'./Galaxy/MagneticField/Random'
,
'cue'
):
'1'
,
(
'./Galaxy/MagneticField/Random'
,
'type'
):
'Anisoglob'
,
}
@
property
def
magnetic_field_class
(
self
):
...
...
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