Skip to content

Commit

Permalink
replace depracted np.complex with complex (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmargraf committed Jun 21, 2023
1 parent 2d107e6 commit 51e06d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycomlink/processing/wet_antenna.py
Expand Up @@ -119,7 +119,7 @@ def waa_leijnse_2008_from_A_obs(
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 51e06d4

Please sign in to comment.