I'm receiving an error when calculating new debt fractions for offshore wind (both fixed and floating).
I am able to run debt fractions for other technologies (land-based wind, and utility PV) without issue, but when I attempt to run the debt fraction processor for all technologies or just for offshore wind, I receive a key error.
File "pandas\core\indexes\base.py", line 3812, in get_loc
raise KeyError(key) from err
KeyError: 'Fixed-Bottom Offshore Wind'`
(running Python 3.11.9)
I'm receiving an error when calculating new debt fractions for offshore wind (both fixed and floating).
I am able to run debt fractions for other technologies (land-based wind, and utility PV) without issue, but when I attempt to run the debt fraction processor for all technologies or just for offshore wind, I receive a key error.
File "pandas\core\indexes\base.py", line 3812, in get_loc
raise KeyError(key) from err
KeyError: 'Fixed-Bottom Offshore Wind'`
(running Python 3.11.9)