Skip to content

Commit b9e0772

Browse files
Fix typo in dimensionality reduction dataset names (#802)
* Fix type in name of mouse_blood_olsson_labelled.py Change the incorrect 'e' to an 'o' * Fix typo in Nestorowa * Rename main Olsson dataset file --------- Co-authored-by: Scott Gigante <84813314+scottgigante-immunai@users.noreply.github.com> Former-commit-id: 85b3d19
1 parent 3d3eb22 commit b9e0772

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.

openproblems/data/mouse_hspc_nestorowa2016.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@utils.loader(data_url=URL, data_reference="nestorowa2016single")
1313
def load_mouse_hspc_nestorowa2016(test=False):
14-
"""Download Nesterova data from Figshare."""
14+
"""Download Nestorowa data from Figshare."""
1515
import scanpy as sc
1616

1717
if test:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from .mouse_blood_olssen_labelled import olsson_2016_mouse_blood
1+
from .mouse_blood_olsson_labelled import olsson_2016_mouse_blood
22
from .mouse_hspc_nestorowa2016 import mouse_hspc_nestorowa2016
33
from .tenx_5k_pbmc import tenx_5k_pbmc

openproblems/tasks/dimensionality_reduction/datasets/mouse_blood_olssen_labelled.py renamed to openproblems/tasks/dimensionality_reduction/datasets/mouse_blood_olsson_labelled.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ....data.mouse_blood_olssen_labelled import load_olsson_2016_mouse_blood
1+
from ....data.mouse_blood_olsson_labelled import load_olsson_2016_mouse_blood
22
from ....tools.decorators import dataset
33
from ....tools.normalize import log_cpm
44

0 commit comments

Comments
 (0)