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:\GitHub\OnSSET\onsset\onsset.py:342: FutureWarning: Support for multi-dimensional indexing (e.g. obj[:, None]) is deprecated and will be removed in a future version. Convert to a numpy array before indexing instead.
installed_capacity = pd.DataFrame(installed_capacity[:, np.newaxis])
The text was updated successfully, but these errors were encountered:
C:\GitHub\OnSSET\onsset\onsset.py:342: FutureWarning: Support for multi-dimensional indexing (e.g.
obj[:, None]
) is deprecated and will be removed in a future version. Convert to a numpy array before indexing instead.installed_capacity = pd.DataFrame(installed_capacity[:, np.newaxis])
The text was updated successfully, but these errors were encountered: