-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix submodule, fix mudata docstring (#1837)
* fix submodule * update mudata docstring
- Loading branch information
1 parent
c7a7a30
commit 5d4a881
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[submodule "docs/tutorials/notebooks"] | ||
path = docs/tutorials/notebooks | ||
url = https://github.com/YosefLab/scvi-tutorials.git | ||
branch = master | ||
branch = main |
Submodule notebooks
updated
from 15ee23 to 077009
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1263,7 +1263,7 @@ def setup_mudata( | |
**kwargs, | ||
): | ||
""" | ||
%(summary)s. | ||
%(summary_mdata)s. | ||
Parameters | ||
---------- | ||
|