We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae3baa commit a799515Copy full SHA for a799515
lamindb/__init__.py
@@ -140,6 +140,7 @@ def __getattr__(name):
140
from .curators._legacy import CatManager as Curator
141
from .models import (
142
Artifact,
143
+ Branch,
144
Collection,
145
Feature,
146
FeatureSet, # backward compat
lamindb/curators/core.py
@@ -823,9 +823,9 @@ class SpatialDataCurator(SlotsCurator):
823
824
Example:
825
826
- .. literalinclude:: scripts/curate-mudata.py
+ .. literalinclude:: scripts/curate_mudata.py
827
:language: python
828
- :caption: curate-mudata.py
+ :caption: curate_mudata.py
829
830
See Also:
831
:meth:`~lamindb.Artifact.from_spatialdata`.
0 commit comments