-
Notifications
You must be signed in to change notification settings - Fork 25
Description
When I try to run the scripts they all generate the following error.
E:\My_GitHub_Repo\Git\My_Scripts\LTE_Simulation>python smallNetworkSINR.py
C:\Users\Yoga 12\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyltes\printer.py:102: UserWarning: color is redundantly defined by the 'color' keyword argument and the fmt string "r^" (-> color='r'). The keyword argument will take precedence.
ax.plot(bs_x_locations, bs_y_locations, 'r^', color="black", markersize=10)
C:\Users\Yoga 12\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyltes\printer.py:110: UserWarning: color is redundantly defined by the 'color' keyword argument and the fmt string "b*" (-> color='b'). The keyword argument will take precedence.
ax.plot(ue_x_locations, ue_y_locations, 'b*', color="blue", markersize=10)