rtmill / Data-Quality-Analysis

The PEDSnet Data Quality Assessment Toolkit (OMOP CDM)
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

level 2 throwing error if level 1 results not present #11

Open rtmill opened 5 years ago

rtmill commented 5 years ago

INFO [2018-11-20 21:00:51] Failed to generate VISIT_OCCURRENCE report, see dqa.log for more details. : Error in file(file, "rt"): cannot open the connection

possible solution: check if file exists before executing, skip portion if it doesn't exist, similar to issue #6

callahanc5 commented 5 years ago

This is expected behavior. Level 2, which is multivariate, depends on the presence of level 1 information.