statbiophys / HLAGuessr

GNU General Public License v3.0
16 stars 2 forks source link

Deprecation warning version 0.16 #3

Open vdjonsson opened 1 month ago

vdjonsson commented 1 month ago

Getting this warning for version 0.16

Warning: Calling float on a single element Series is deprecated and will raise a TypeError in the future. Use float(ser.iloc[0]) instead s2 = float(df1['specificity'])