Skip to content

Commit

Permalink
Latest CRC recs added
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy-Reidy committed Aug 28, 2024
1 parent cf02481 commit 969ace6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash_service/pages/transmonee.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
}

# Read the CRC Excel file and skip the first row (header is in the second row)
crc_file_path = f"{pathlib.Path(__file__).parent.parent.absolute()}/static/Full CRC database.xlsx"
crc_file_path = f"{pathlib.Path(__file__).parent.parent.absolute()}/static/Full CRC database_28_08_24.xlsx"
CRC_df = pd.read_excel(
crc_file_path,
sheet_name="Full CRC database ECA",
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 969ace6

Please sign in to comment.