Skip to content

Commit 675f134

Browse files
committed
fix: Update docstring to reflect correct score set property name
1 parent 3b616a3 commit 675f134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mavedb/scripts/load_calibration_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def build_ranges(row: Dict[str, str], infer_strengths: bool = True) -> Tuple[Lis
296296
"--purge-publication-relationships", is_flag=True, default=False, help="Purge existing publication relationships"
297297
)
298298
def main(db: Session, csv_path: str, delimiter: str, overwrite: bool, purge_publication_relationships: bool):
299-
"""Load calibration CSV into score set score_ranges (container chosen by calibration_name).
299+
"""Load calibration CSV into score set score_calibrations.
300300
301301
Rows skipped if no URNs or no valid ranges. Only the targeted container key is replaced (unless --overwrite).
302302
"""

0 commit comments

Comments
 (0)