Skip to content

Commit

Permalink
reversing a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Dec 3, 2015
1 parent 7fbd98f commit f8772d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions linetools/isgm/abssystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ class GenericAbsSystem(AbsSystem):
"""Class for Generic Absorption Line System
"""
def __init__(self, radec, zabs, vlim, **kwargs):
if vlim is None:
vlim = [-500.,500.]*u.km/u.s
AbsSystem.__init__(self, 'Generic', radec, zabs, vlim, **kwargs)
self.name = 'Foo'

Expand Down

0 comments on commit f8772d8

Please sign in to comment.