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
With pandas version 1.4.2, the following future warning is emmitted many times during execution, and should be addressed.
t-route/src/troute-routing/troute/routing/compute.py:1103: FutureWarning: The default dtype for empty Series will be 'object' instead of 'float64' in a future version. Specify a dtype explicitly to silence this warning.
lastobs_df_sub.get("lastobs_discharge", pd.Series(index=lastobs_df_sub.index, name="Null")).values.astype("float32"),
The text was updated successfully, but these errors were encountered:
With pandas version 1.4.2, the following future warning is emmitted many times during execution, and should be addressed.
The text was updated successfully, but these errors were encountered: