Skip to content

Commit

Permalink
Fixes CI testing of codestyle
Browse files Browse the repository at this point in the history
Fixes: #358
  • Loading branch information
benjaminrose committed Mar 29, 2023
1 parent 9b1381f commit c039892
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sncosmo/builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,13 +515,13 @@ def tophat_bandpass_um(ctr, width, name=None):
args=(relpath,), meta=gaia_meta)

# TESS
tess_meta = {
'filterset': 'tess',
tess_meta = {
'filterset': 'tess',
'retrieved': '7 March 2023',
'dataurl': ('http://svo2.cab.inta-csic.es/svo/theory/fps/getdata.php?'
'format=ascii&id=Misc'),
'description': 'TESS filter from SVO (includes filter and instrument)'
}
}
for filt in ['Red']:
name = 'tess'
relpath = 'bandpasses/tess/tess.{}'.format(filt)
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ commands =
description = Check code style
changedir = {toxinidir}
skip_install = true
allowlist_externals = ./checkstyle
deps = pycodestyle
commands =
./checkstyle
Expand Down

0 comments on commit c039892

Please sign in to comment.