Skip to content

Commit

Permalink
Typo in modelgrid test
Browse files Browse the repository at this point in the history
  • Loading branch information
hover2pi committed Jan 31, 2021
1 parent c8c7827 commit 75cdca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sedkit/tests/test_modelgrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_get_spectrum(self):
spec = self.bt.get_spectrum(teff=3500)

# Off grid
spec = self.bt.get_spectrum(teff=3456, log=5.5, alpha=0, meta=0)
spec = self.bt.get_spectrum(teff=3456, logg=5.5, alpha=0, meta=0)

def test_resample_grid(self):
"""Test resample_grid method"""
Expand Down

0 comments on commit 75cdca8

Please sign in to comment.