We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a67c889 + 43b4fda commit 51ab355Copy full SHA for 51ab355
3 files changed
cs_util/canfar.py
@@ -39,25 +39,9 @@ class vosHandler:
39
40
def __init__(self, command):
41
42
- self._check_vos_install()
43
self._avail_commands = tuple(vosc.__all__)
44
self.command = command
45
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
61
@property
62
def command(self):
63
"""Set Command.
requirements.txt
@@ -2,4 +2,5 @@ astropy
2
datetime
3
numpy
4
matplotlib
5
+pyccl
6
vos
setup.py
@@ -1,5 +1,4 @@
1
#! /usr/bin/env python
-# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
import os
0 commit comments