You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have examples such as the below (slightly modified) in the docstring of ln.Featureset.from_values. However, they currently do not work because of https://github.com/laminlabs/lamin-utils/blob/main/lamin_utils/_inspect.py#L176 which identifies all passed Feature as unknown. It should check the Feature.dtype instead.
Zethson
changed the title
Unable to create FeatureSets from features like in the docstring
Unable to create FeatureSets from features like specified in the docstring
Dec 3, 2024
Add a description
We have examples such as the below (slightly modified) in the docstring of
ln.Featureset.from_values
. However, they currently do not work because of https://github.com/laminlabs/lamin-utils/blob/main/lamin_utils/_inspect.py#L176 which identifies all passedFeature
asunknown
. It should check theFeature.dtype
instead.Code:
Error:
Creating the issue here but it's across lnschema-core (fix examples) & lamin-utils
The text was updated successfully, but these errors were encountered: