Skip to content

Commit cb80590

Browse files
Carole SudreCarole Sudre
authored andcommitted
Start aggregation checks
1 parent b6da9e1 commit cb80590

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

MetricsReloaded/processes/overall_process.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,9 @@ def process_data(self):
485485
self.resmcc = df_resmcc
486486
self.rescal = df_rescal
487487
return
488+
489+
def identify_empty_ref(self):
490+
return
488491

489492
def complete_missing_cases(self):
490493
if len(self.data['ref_missing']) == 0:

0 commit comments

Comments
 (0)