Giter VIP home page Giter VIP logo

dispatcher-plugin-gw's Introduction

Gravitational Waves MMODA plugin

What's the license?

GW plugin is distributed under the terms of The MIT License.

Who's responsible?

Denys Savchenko

Configuration for deployment

  • copy the conf_file from `dispatcher_plugin_gw/config_dir/data_server_conf.yml' and place in given directory
  • set the environment variable CDCI_GW_PLUGIN_CONF_FILE to the path of the file conf_file
  • edit the in conf_file the key:
    • data_server_url:

dispatcher-plugin-gw's People

Contributors

burnout87 avatar dsavchenko avatar volodymyrss avatar

Stargazers

 avatar

Watchers

 avatar

dispatcher-plugin-gw's Issues

GW analysis on Renku

I tried to push "publish on Renku" button, it openss the Jupiter, but then if I try to run the API code, I see some display of an html in the response, not the data product in a "digestible" format.....

numpy update causes crash in staging

Traceback (most recent call last):
  File "/pyenv/versions/3.8.5/bin/gunicorn", line 8, in <module>
    sys.exit(run())
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 67, in run
    WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gunicorn/app/base.py", line 231, in run
    super().run()
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gunicorn/app/base.py", line 72, in run
    Arbiter(self).run()
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gunicorn/arbiter.py", line 58, in __init__
    self.setup(app)
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gunicorn/arbiter.py", line 118, in setup
    self.app.wsgi()
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
    self.callable = self.load()
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
    return self.load_wsgiapp()
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
    return util.import_app(self.app_uri)
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gunicorn/util.py", line 359, in import_app
    mod = importlib.import_module(module)
  File "/pyenv/versions/3.8.5/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/cdci_data_analysis/flask_app/app.py", line 35, in <module>
    from ..analysis.queries import *
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/cdci_data_analysis/analysis/queries.py", line 29, in <module>
    from .products import SpectralFitProduct, QueryOutput, QueryProductList, ImageProduct
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/cdci_data_analysis/analysis/products.py", line 34, in <module>
    from oda_api.api import DispatcherAPI
  File "/src/oda-api/oda_api/api.py", line 13, in <module>
    from gwpy.timeseries.timeseries import TimeSeries
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gwpy/timeseries/__init__.py", line 22, in <module>
    from .core import (TimeSeriesBase, TimeSeriesBaseDict, TimeSeriesBaseList)
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gwpy/timeseries/core.py", line 53, in <module>
    from ..types import Series
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gwpy/types/__init__.py", line 31, in <module>
    from . import io
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gwpy/types/io/__init__.py", line 22, in <module>
    from . import (  # pylint: disable=unused-import
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gwpy/types/io/hdf5.py", line 29, in <module>
    from ...io import (hdf5 as io_hdf5, registry as io_registry)
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/gwpy/io/hdf5.py", line 28, in <module>
    import h5py
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/h5py-2.10.0-py3.8-linux-x86_64.egg/h5py/__init__.py", line 46, in <module>
    from ._conv import register_converters as _register_converters
  File "h5py/h5t.pxd", line 14, in init h5py._conv
  File "h5py/h5t.pyx", line 293, in init h5py.h5t
  File "/pyenv/versions/3.8.5/lib/python3.8/site-packages/numpy/__init__.py", line 284, in __getattr__
    raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'typeDict'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.