epic-open-source / seismometer

AI model evaluation with a focus on healthcare
https://epic-open-source.github.io/seismometer/
BSD 3-Clause "New" or "Revised" License
156 stars 15 forks source link

Bugfix - fix default value for censor_threshold in _api.py #35

Closed gbowlin closed 1 week ago

gbowlin commented 1 week ago

Overview

Closes #xxx

Description of changes

Fixes a typo that caused censor_threshold: int = 10 to be replaced by censor_threshold, \n int=10

Author Checklist