Skip to content

Commit d00cce7

Browse files
committed
update comment to reference full dataset
1 parent 49087fd commit d00cce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mimic-iv-ed/buildmimic/mysql/validate.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- Validate the MIMIC-IV-ED tables built correctly by checking against known row counts.
2-
-- For MIMIC-IV-ED v2.2, some stay_id and their related features are removed.
2+
-- Tested against MIMIC-IV-ED v2.2.
33
SELECT
44
CASE
55
WHEN exp.row_count = obs.row_count

mimic-iv-ed/buildmimic/postgres/validate.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- Validate the MIMIC-IV-ED tables built correctly by checking against known row counts.
2-
-- For MIMIC-IV-ED v2.2, some stay_id and their related features are removed.
2+
-- Tested against MIMIC-IV-ED v2.2.
33
WITH expected AS
44
(
55
SELECT 'edstays' AS tbl, 425087 AS row_count UNION ALL

0 commit comments

Comments
 (0)