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
/opt/homebrew/anaconda3/envs/jupyter310/lib/python3.10/site-packages/pyincore/analyses/seasidecge/seasidecge.py:801: FutureWarning: Calling float on a single element Series is deprecated and will raise a TypeError in the future. Use float(ser.iloc[0]) instead
DEPR = float((SAM.loc[IG, ["INVES"]].sum(0)) / (KS0.loc[K, IG].sum(1).sum(0)))
/opt/homebrew/anaconda3/envs/jupyter310/lib/python3.10/site-packages/pyincore/analyses/seasidecge/seasidecge.py:845: FutureWarning: Calling float on a single element Series is deprecated and will raise a TypeError in the future. Use float(ser.iloc[0]) instead
DEPR = float((SAM.loc[IG, ["INVES"]].sum(0)) / (KS0.loc[K, IG].sum(1).sum(0)))
slc
/opt/homebrew/anaconda3/envs/jupyter310/lib/python3.10/site-packages/pyincore/analyses/saltlakecge/saltlakecge.py:770: FutureWarning: Calling float on a single element Series is deprecated and will raise a TypeError in the future. Use float(ser.iloc[0]) instead
DEPR = float((SAM.loc[IG, ["INVES"]].sum(0)) / (KS0.loc[K, IG].sum(1).sum(0)))
The text was updated successfully, but these errors were encountered:
ylyangtw
changed the title
Seaside CGE FutureWarning
Seaside/SLC CGE FutureWarnings
Feb 22, 2024
seaside
slc
The text was updated successfully, but these errors were encountered: