Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
etsmit committed Dec 4, 2023
1 parent 6c85d4b commit b68f0c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dysh/fits/gbtfitsload.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ def __init__(self, fileobj, source=None, hdu=None, **kwargs):
"index": True,
"verbose": False,
}
j = [1,
2,
3
]
kwargs_opts.update(kwargs)
path = Path(fileobj)
self._sdf = []
Expand Down

0 comments on commit b68f0c1

Please sign in to comment.