Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jul 12, 2018
1 parent c546ff4 commit ea68eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/magic/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_scdata():
def test_anndata():
try:
anndata
except (ImportError, SyntaxError):
except NameError:
# anndata not installed
return
scdata = anndata.read_csv("../data/test_data.csv")
Expand Down

0 comments on commit ea68eb7

Please sign in to comment.