Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index out of range errors on renaming sectors to USEEIO names #2

Closed
WesIngwersen opened this issue Jun 10, 2018 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@WesIngwersen
Copy link
Collaborator

INFO Renaming sectors to USEEIO names in satellite tables...
Traceback (most recent call last):
File "useeiopyExample.py", line 9, in
useeio1pt1 = useeiopy.assemble("USEEIOv1.1")
File "c:\users\wingwers\useeio-public-test-jun7\useeiopy_init_.py", line 63, in assemble
Satellite.renameSatelliteSectors(satcsvfiles, sattablepath)
File "c:\users\wingwers\useeio-public-test-jun7\useeiopy\Satellite.py", line 61, in renameSatelliteSectors
names = read_names(Crosswalkrelpath + '/MasterCrosswalk.csv')
File "c:\users\wingwers\useeio-public-test-jun7\useeiopy\Satellite.py", line 78, in read_names
names[row[6].strip()] = row[8].strip()
IndexError: list index out of range

@WesIngwersen WesIngwersen added the bug Something isn't working label Jun 10, 2018
@WesIngwersen WesIngwersen self-assigned this Jun 10, 2018
@WesIngwersen
Copy link
Collaborator Author

An update to the MasterCrosswalk in Excel and resaving caused a formatting issue. Reset the history to remove the commit causing the problem.

MoLi7 added a commit that referenced this issue Dec 28, 2021
bl-young pushed a commit that referenced this issue May 23, 2023
Merging USEEIO Import Script Changes
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant