Skip to content

Commit

Permalink
python2 compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainp committed Feb 9, 2018
1 parent 5b0c176 commit 07a06dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smrt/inputs/sensor_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def quickscat(channel=None, theta=None, polarization=None):

else:

_, theta, polarization, polarization_inc = decompose_channel(channel, (0, 2, 2))
t, theta, polarization, polarization_inc = decompose_channel(channel, (0, 2, 2))

sensor = active(13.4e9, theta, polarization_inc=polarization_inc, polarization=polarization)

Expand Down

0 comments on commit 07a06dd

Please sign in to comment.