Skip to content

Commit

Permalink
#21 Fix test_qc4 rseriess
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Nov 28, 2024
1 parent 356469c commit 8e1f008
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions tests/test_herg_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,18 +455,19 @@ def test_qc4(self):

failed_wells_rseriess = [
'A12', 'A13', 'A16', 'A19', 'A20', 'B07', 'B11', 'B13', 'B15', 'B19',
'B21', 'B23', 'C02', 'C04', 'C07', 'C11', 'C12', 'C14', 'C18', 'D03',
'D10', 'D14', 'E03', 'E04', 'E07', 'E09', 'E10', 'E15', 'E16', 'E17',
'E19', 'E22', 'E23', 'F01', 'F03', 'F04', 'F07', 'F12', 'F14', 'F15',
'F18', 'F19', 'F20', 'F21', 'F24', 'G06', 'G09', 'G12', 'G13', 'G16',
'G20', 'G23', 'G24', 'H01', 'H03', 'H06', 'H07', 'H09', 'H10', 'H15',
'H19', 'H21', 'H23', 'H24', 'I04', 'I05', 'I07', 'I10', 'I12', 'I16',
'I17', 'I21', 'J07', 'J16', 'J19', 'J21', 'K02', 'K16', 'K22', 'K23',
'L01', 'L02', 'L05', 'L08', 'L10', 'L11', 'L13', 'L16', 'L17', 'L18',
'M01', 'M04', 'M12', 'M15', 'M19', 'M21', 'N06', 'N08', 'N11', 'N14',
'N18', 'N19', 'N21', 'N24', 'O01', 'O03', 'O07', 'O10', 'O15', 'O17',
'O19', 'O22', 'O24', 'P01', 'P06', 'P07', 'P08', 'P12', 'P13', 'P14',
'P15', 'P16', 'P17', 'P18', 'P21', 'P22'
'B21', 'B23', 'C02', 'C04', 'C07', 'C11', 'C12', 'C14', 'C18', 'C22',
'D03', 'D10', 'D14', 'E01', 'E03', 'E04', 'E07', 'E09', 'E10', 'E15',
'E16', 'E17', 'E22', 'E23', 'F01', 'F03', 'F04', 'F07', 'F12', 'F14',
'F15', 'F18', 'F19', 'F20', 'F21', 'F24', 'G06', 'G09', 'G12', 'G13',
'G14', 'G16', 'G20', 'G23', 'G24', 'H01', 'H03', 'H04', 'H07', 'H09',
'H10', 'H13', 'H15', 'H19', 'H21', 'H23', 'H24', 'I04', 'I05', 'I06',
'I07', 'I10', 'I12', 'I16', 'I17', 'I21', 'J07', 'J14', 'J16', 'J19',
'J21', 'K02', 'K16', 'K22', 'K23', 'L01', 'L02', 'L05', 'L08', 'L10',
'L11', 'L12', 'L13', 'L16', 'L17', 'L18', 'M01', 'M02', 'M04', 'M05',
'M12', 'M13', 'M15', 'M19', 'M20', 'M21', 'N06', 'N08', 'N11', 'N14',
'N18', 'N19', 'N21', 'N24', 'O01', 'O03', 'O07', 'O10', 'O14', 'O15',
'O17', 'O19', 'O22', 'O24', 'P01', 'P06', 'P07', 'P08', 'P12', 'P13',
'P14', 'P15', 'P16', 'P17', 'P18', 'P21', 'P22'
]

for well in self.all_wells:
Expand Down Expand Up @@ -494,7 +495,7 @@ def test_qc4(self):
f"QC4: {well} (cms) {d_cm} {cms}",
)

pass_rseriess, d_rseries = result[1]
pass_rseriess, d_rseries = result[2]
ex_pass_rseriess = well not in failed_wells_rseriess
self.assertEqual(
pass_rseriess,
Expand Down

0 comments on commit 8e1f008

Please sign in to comment.