Skip to content

Commit

Permalink
💚 Fix and point to main
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jan 11, 2025
1 parent d2c8a5a commit cec8b77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lamindb/curators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ def _check_save_keys(self):
with _open_tiledbsoma(self._experiment_uri, mode="r") as experiment:
experiment_obs = experiment.obs
self._n_obs = len(experiment_obs)
self._obs_pa_schema = experiment_obs.modules
self._obs_pa_schema = experiment_obs.schema
valid_obs_keys = [
k for k in self._obs_pa_schema.names if k != "soma_joinid"
]
Expand Down
2 changes: 1 addition & 1 deletion sub/bionty
Submodule bionty updated 1 files
+1 −1 noxfile.py
2 changes: 1 addition & 1 deletion sub/wetlab
Submodule wetlab updated 0 files

0 comments on commit cec8b77

Please sign in to comment.