Skip to content

Commit

Permalink
Make tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup committed Jan 14, 2021
1 parent 1b290be commit 099be48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scanpy/tests/test_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import numpy as np
import pytest
from sklearn.utils.testing import assert_array_almost_equal
from numpy.testing import assert_array_almost_equal

import scanpy as sc

Expand Down
2 changes: 1 addition & 1 deletion scanpy/tests/test_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pandas as pd
from scipy import sparse as sp
import scanpy as sc
from sklearn.utils.testing import assert_allclose
from numpy.testing import assert_allclose
import pytest
from anndata import AnnData
from anndata.tests.helpers import assert_equal, asarray
Expand Down

0 comments on commit 099be48

Please sign in to comment.