MIT-LCP / MIT-LCP/mimic-code

mimic3wdb-matched has malformed record

Open
#1,422 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
3.4k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

Prerequisites
Description

Description of the issue, including:

import wfdb
line = 'p08/p086831/p086831-2130-12-29-18-28n'
line_parts = line.strip().split('/')
record = wfdb.rdrecord(line_parts[2], pn_dir=f'mimic3wdb-matched/{line_parts[0]}/{line_parts[1]}')

The above will throw an error due to an error in the database.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Python reproduction in the issue and inspect the referenced record path in mimic3wdb-matched. Compare the malformed record with the expected database format and check the linked wfdb-python discussion for context. Done means the supplied rdrecord call no longer fails because of this database record.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.