Skip to content

Commit

Permalink
Merge pull request #60 from simpeg/lheagy-patch-1
Browse files Browse the repository at this point in the history
Update layered.py
  • Loading branch information
jcapriot committed Jun 15, 2023
2 parents 64e3739 + 9842307 commit d4f956c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoana/em/fdem/layered.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MagneticDipoleLayeredHalfSpace(BaseFDEM, BaseMagneticDipole):
is assigned with a (n_layer, n_frequency) np.ndarray.
epsilon : (n_layer) np.ndarray or (n_layer, n_frequency) np.ndarray
Dielectric permittivity for all layers (and at all frequencies). Only applicable when
*quasistatic* == ``True``. For non-dispersive permittivity or for an instance of
*quasistatic* == ``False``. For non-dispersive permittivity or for an instance of
**MagneticDipoleLayeredHalfSpace** at a single frequency, *epsilon* is assigned with
a (n_layer) np.ndarray. For dispersive permittivity and multiple frequencies,
*epsilon* is assigned with a (n_layer, n_frequency) np.ndarray.
Expand Down

0 comments on commit d4f956c

Please sign in to comment.