You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Workspace\sc_2023_11_04_24\scripts\network\network_importer.py:50: FutureWarning: Calling int on a single element Series is deprecated and will raise a TypeError in the future. Use int(ser.iloc[0]) instead
if int(row["hdw_" + emmeProject.tod]) > 0:
The text was updated successfully, but these errors were encountered:
C:\Workspace\sc_2023_11_04_24\scripts\network\network_importer.py:50: FutureWarning: Calling int on a single element Series is deprecated and will raise a TypeError in the future. Use int(ser.iloc[0]) instead
if int(row["hdw_" + emmeProject.tod]) > 0:
The text was updated successfully, but these errors were encountered: