Skip to content

Commit

Permalink
Fixup tuple names
Browse files Browse the repository at this point in the history
  • Loading branch information
StanczakDominik committed Sep 28, 2018
1 parent b1c13db commit 548bd59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plasmapy/physics/dielectric.py
Expand Up @@ -16,8 +16,8 @@
'cold_plasma_permittivity_LRP',
'permittivity_1D_Maxwellian']

StixTensorElements = namedtuple("Result1", ["sum", "difference", "plasma"], )
RotatingTensorElements = namedtuple("Result1", ["left", "right", "plasma"], )
StixTensorElements = namedtuple("StixTensorElements", ["sum", "difference", "plasma"], )
RotatingTensorElements = namedtuple("RotatingTensorElements", ["left", "right", "plasma"], )

@utils.check_quantity(
B={'units': u.T, 'can_be_negative': False},
Expand Down

0 comments on commit 548bd59

Please sign in to comment.