Skip to content

Commit

Permalink
Merge pull request #123 from maxmargraf/complex_depraction
Browse files Browse the repository at this point in the history
remove deprecated np.complex (#121).
  • Loading branch information
maxmargraf committed Jun 21, 2023
2 parents 51e06d4 + 5542f96 commit 228cd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycomlink/processing/wet_antenna.py
Expand Up @@ -209,7 +209,7 @@ def waa_leijnse_2008(
T_K=293.0,
gamma=2.06e-5,
delta=0.24,
n_antenna=np.complex(1.73, 0.014),
n_antenna=complex(1.73, 0.014),
l_antenna=0.001,
):
"""Calculate wet antenna attenuation according to Leijnse et al. 2008
Expand Down

0 comments on commit 228cd60

Please sign in to comment.