Skip to content

Commit

Permalink
Merge pull request #81 from unicef-drp/hiv_fix
Browse files Browse the repository at this point in the history
Latest CRC recs added
  • Loading branch information
Amy-Reidy authored Aug 28, 2024
2 parents 8cf4e61 + 969ace6 commit 12df6aa
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 12df6aa

Please sign in to comment.