Skip to content

Commit 51ab355

Browse files
Merge pull request #15 from martinkilbinger/vos_update
Vos update
2 parents a67c889 + 43b4fda commit 51ab355

3 files changed

Lines changed: 1 addition & 17 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

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#! /usr/bin/env python
2-
# -*- coding: utf-8 -*-
32

43
from setuptools import setup, find_packages
54
import os

0 commit comments

Comments
 (0)