OnSSET / onsset

The code of the Open Source Spatial Electrification Tool (OnSSET)
http://www.onsset.org
Other
25 stars 31 forks source link

Depreceated function in get_lcoe #148

Open AndreasSahlberg opened 2 years ago

AndreasSahlberg commented 2 years ago

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])