Skip to content

Commit

Permalink
drop bug comment; addresses USEPA#259
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-woods committed Oct 9, 2024
1 parent bbc9685 commit f85b6b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electricitylci/coal_upstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ def read_eia923_fuel_receipts(year):
csv_path = os.path.join(expected_923_folder, csv_file)
eia_fuel_receipts_df = pd.read_csv(csv_path, low_memory=False)
else:
# BUG: the column headers are all "Coalmine"
logging.info('Loading data from downloaded Excel file')
eia923_path, eia923_name = find_file_in_folder(
folder_path=expected_923_folder,
Expand Down

0 comments on commit f85b6b2

Please sign in to comment.