Skip to content

Commit e1a2e57

Browse files
committed
update exceptions for end to end tests
1 parent 98e55d6 commit e1a2e57

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

a4d-python/tests/test_integration/test_r_validation.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -61,34 +61,12 @@ def get_all_tracker_files() -> list[tuple[str, Path, Path]]:
6161
"2018_Penang General Hospital A4D Tracker_DC_patient_cleaned.parquet": {
6262
"duplicate_records": "Excel has duplicate patient_id MY_PN004 in Oct18 sheet that needs to be fixed",
6363
},
64-
"2021_Mahosot Hospital A4D Tracker_DC_patient_cleaned.parquet": {
65-
"patient_id_format": "Python needs to normalize hyphens to underscores in patient IDs (LA-MH056 -> LA_MH056)",
66-
},
67-
"2022_Vietnam National Children_s Hospital A4D Tracker_patient_cleaned.parquet": {
68-
"patient_id_format": "Python needs to normalize hyphens to underscores in patient IDs (VN-VC070 -> VN_VC070)",
69-
},
70-
"2023_Mahosot Hospital A4D Tracker_patient_cleaned.parquet": {
71-
"patient_id_format": "Python needs to normalize hyphens to underscores in patient IDs (LA-MH056 -> LA_MH056)",
72-
},
7364
"2023_NPH A4D Tracker_patient_cleaned.parquet": {
7465
"patient_id_format": "Excel has wrong patient IDs in Sep23/Oct23: KH_NPH026 (should be KH_NP026). Python extracts as-is, R truncates to KH_NPH02",
7566
},
7667
"2023_Vietnam National Children's Hospital A4D Tracker_patient_cleaned.parquet": {
77-
"patient_id_format": "Python needs to normalize hyphens to underscores in patient IDs (VN-VC070 -> VN_VC070)",
7868
"duplicate_records": "Excel has duplicate patient_id VN_VC026 in Aug23 sheet that needs to be fixed",
7969
},
80-
"2024_CDA A4D Tracker_patient_cleaned.parquet": {
81-
"patient_id_format": "Python needs to normalize hyphens to underscores in patient IDs (KH-CD016, KH-CD017 -> KH_CD016, KH_CD017)",
82-
},
83-
"2024_Mahosot Hospital A4D Tracker_patient_cleaned.parquet": {
84-
"patient_id_format": "Python needs to normalize hyphens to underscores in patient IDs (LA-MH056 -> LA_MH056)",
85-
},
86-
"2025_06_Lao Friends Hospital for Children A4D Tracker_patient_cleaned.parquet": {
87-
"patient_id_format": "Python needs to normalize hyphens to underscores in patient IDs (LA-MH093_LF -> LA_MH093_LF)",
88-
},
89-
"2025_06_Mahosot Hospital A4D Tracker_patient_cleaned.parquet": {
90-
"patient_id_format": "Python needs to normalize hyphens to underscores in patient IDs (LA-MH056 -> LA_MH056)",
91-
},
9270
"2025_06_North Okkalapa General Hospital A4D Tracker_patient_cleaned.parquet": {
9371
"patient_id_extraction": "R incorrectly creates 'Undefined' patient_id for 18 records across all months. Python correctly extracts the actual patient IDs (121 unique vs R's 119 + Undefined)",
9472
},

0 commit comments

Comments
 (0)