Skip to content

Commit ef026e1

Browse files
committed
Documentation and set categorical vs quantitative to do from process input diffuPy import
1 parent 39b2dec commit ef026e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/diffupy/process_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def generate_categoric_input_vector_from_labels(
258258
missing_value=-1,
259259
rows_unlabeled=None,
260260
):
261-
"""Generate input vector from labels."""
261+
"""Generate categoric input vector from labels."""
262262
if isinstance(col_label, str):
263263
col_label = [col_label]
264264

0 commit comments

Comments
 (0)