Skip to content

Commit

Permalink
use field='V' by default in coeff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tgastine committed Aug 1, 2024
1 parent e280ea1 commit 6946db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/magic/coeff.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ class MagicCoeffR(MagicSetup):
"""

def __init__(self, tag, datadir='.', ratio_cmb_surface=1, scale_b=1, iplot=True,
field='B', r=1, precision=np.float64, lCut=None, quiet=False, step=1):
field='V', r=1, precision=np.float64, lCut=None, quiet=False, step=1):
"""
:param tag: if you specify a pattern, it tries to read the corresponding files
:type tag: str
Expand Down

0 comments on commit 6946db9

Please sign in to comment.