Tom Pollard

Results 77 issues of Tom Pollard

When trying to send the [MIT datathon dataset](https://physionet.org/content/mit-critical-datathon-2023/1.0.0/) to a Google Cloud bucket using the "[manage published project](https://physionet.org/console/published-projects/mit-critical-datathon-2023/1.0.0/)" tools in the console, the following error was raised. The problem is...

When a project is published, an error is raised in cases when a user has added an affiliation of over 150 characters and he/she is the contact author (or an...

good starter issue

We should add a page to the website to outline acceptable approaches for creating derived datasets and models. For example, - What are the rules on distributing derived datasets and...

The description of this (old!) dataset is very sparse: https://physionet.org/content/ltdb/ It would be good to try to: - dig out some more detail on the database to populate the project...

This is a minor change that: - Bumps the version number to 4.1.3 - Updates the notes on creating new releases After this change we will need to: - Update...

As discussed in https://github.com/MIT-LCP/wfdb-python/issues/490, https://github.com/MIT-LCP/wfdb-python/blob/34b989e08435c1a82d31bdd2800c4c14147e3e93/wfdb/io/convert/csv.py#L10 currently "strips the path from the input .csv, then writes the output to .dat and .hea". It's inconvenient not to be able to specify the...

Tests often fail with no apparent cause. For example, in the following case, tests were passing on the pull request but they failed on merge to main: https://github.com/MIT-LCP/wfdb-python/actions/runs/9784161262/attempts/1 After re-running...