5 lines
542 B
Plaintext
5 lines
542 B
Plaintext
Put any discovered bugs or requests for new features here in this document so they aren't forgotten and I can fix/implement them when I'm in the office on Wednesdays.
|
|
|
|
Warning thrown when accepting requests on Tyler's machine (I cannot reproduce this on my machine!)
|
|
helperFunctions.py:142: FutureWarning: Calling float on a single element Series is deprecated and will raise a TypeError in the future. Use float(ser.iloc[0]) instead
|
|
stfD.loc[stfD['NetID']==netID,columnName]=str(float(stfD.loc[stfD['NetID']==netID,columnName])+amount) |