Skip to content

Commit 43b4fda

Browse files
removed vos install check
1 parent 7bc307b commit 43b4fda

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

cs_util/canfar.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,9 @@ class vosHandler:
3939

4040
def __init__(self, command):
4141

42-
self._check_vos_install()
4342
self._avail_commands = tuple(vosc.__all__)
4443
self.command = command
4544

46-
@staticmethod
47-
def _check_vos_install():
48-
"""Check VOS Install.
49-
50-
Check if VOS is correctly installed.
51-
52-
Raises
53-
------
54-
ImportError
55-
if vos package cannot be imported
56-
57-
"""
58-
if import_fail:
59-
raise ImportError('vos package not found')
60-
6145
@property
6246
def command(self):
6347
"""Set Command.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ astropy
22
datetime
33
numpy
44
matplotlib
5+
pyccl
56
vos

0 commit comments

Comments
 (0)