Skip to content

Commit

Permalink
✏️ Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Sep 17, 2024
1 parent 68ce449 commit b92e149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnschema_core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ class Feature(Record, CanValidate, TracksRun, TracksUpdates):
Args:
name: `str` Name of the feature, typically. column name.
type: `str | list[Type[Record]]` Data type ("number", "cat", "int", "float", "bool", "datetime").
dtype: `str | list[Type[Record]]` Data type ("number", "cat", "int", "float", "bool", "datetime").
For categorical types, can define from which registry values are
sampled, e.g., `cat[ULabel]` or `cat[bionty.CellType]`.
unit: `str | None = None` Unit of measure, ideally SI (`"m"`, `"s"`, `"kg"`, etc.) or `"normalized"` etc.
Expand Down

0 comments on commit b92e149

Please sign in to comment.