Giter Site home page Giter Site logo

cattledb's People

Contributors

flowolf avatar krennkristof avatar wuttem avatar zrosenbauer avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

cattledb's Issues

update cattledb to use protobuf v4

We tried to update cattledb to use protobuf version 4 but we ran into some issues with the tests, where we do not exactly know, why they happened (too less values where returned in the timeseries tests).

It would be great, if you update the code to use protobuf version 4.

CTimeseriesTests are failing

current version on master does not succeed on test execution of CTimeSeriesTests, executed in docker

PIP: pip 20.2.4 from /usr/local/lib/python3.6/site-packages/pip (python 3.6)
cattledb: 0.6.2

FAILED tests/test_ctimeseries.py::CTimeSeriesTest::test_base - TypeError: 'NoneType' object is not callable
FAILED tests/test_ctimeseries.py::CTimeSeriesTest::test_canada - TypeError: 'NoneType' object is not callable
FAILED tests/test_ctimeseries.py::CTimeSeriesTest::test_index - TypeError: 'NoneType' object is not callable
FAILED tests/test_ctimeseries.py::CTimeSeriesTest::test_timezone - TypeError: 'NoneType' object is not callable
FAILED tests/test_ctimeseries.py::CTimeSeriesTest::test_trim - TypeError: 'NoneType' object is not callable
FAILED tests/test_ctimeseries.py::CTimeSeriesTest::test_trim_exact - TypeError: 'NoneType' object is not callable
FAILED tests/test_ctimeseries.py::CTimeSeriesTest::test_vienna - TypeError: 'NoneType' object is not callable

self = <tests.test_ctimeseries.CTimeSeriesTest testMethod=test_vienna>

def test_vienna(self):
  t1 = FastFloatTSList("abc", "def")

tests/test_ctimeseries.py:61:


self = <cattledb.core._timeseries.FastFloatTSList object at 0x7f56681e8470>, key = 'abc', metric = 'def'

def __init__(self, key, metric):
  self._data = self.__container__(key, metric)

E TypeError: 'NoneType' object is not callable

cattledb/core/_timeseries.py:175: TypeError

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.