Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
mchalela committed Sep 23, 2021
1 parent d62c0c0 commit 9dac7eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@

# Random SDSS
# RandomSDSS

[![PyPI version](https://badge.fury.io/py/RandomSDSS.svg)](https://badge.fury.io/py/RandomSDSS)
[![RandomSDSS](https://github.com/mchalela/RandomSDSS/actions/workflows/randomSDSS_ci.yml/badge.svg)](https://github.com/mchalela/RandomSDSS/actions/workflows/randomSDSS_ci.yml)
Expand Down
2 changes: 1 addition & 1 deletion test_randomsdss.py
Expand Up @@ -51,7 +51,7 @@

def test_DR_invalid():
with pytest.raises(ValueError):
DR(dr="DR5", catalog ="SDSS")
DR(dr="DR5", catalog="SDSS")


@pytest.mark.parametrize("release", range(8, 17))
Expand Down

0 comments on commit 9dac7eb

Please sign in to comment.