Skip to content

Commit

Permalink
update comment to reference full dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairewj committed Feb 4, 2023
1 parent 49087fd commit d00cce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mimic-iv-ed/buildmimic/mysql/validate.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Validate the MIMIC-IV-ED tables built correctly by checking against known row counts.
-- For MIMIC-IV-ED v2.2, some stay_id and their related features are removed.
-- Tested against MIMIC-IV-ED v2.2.
SELECT
CASE
WHEN exp.row_count = obs.row_count
Expand Down
2 changes: 1 addition & 1 deletion mimic-iv-ed/buildmimic/postgres/validate.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Validate the MIMIC-IV-ED tables built correctly by checking against known row counts.
-- For MIMIC-IV-ED v2.2, some stay_id and their related features are removed.
-- Tested against MIMIC-IV-ED v2.2.
WITH expected AS
(
SELECT 'edstays' AS tbl, 425087 AS row_count UNION ALL
Expand Down

0 comments on commit d00cce7

Please # to comment.