Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.4.29 Fix bugs in timeseries and raw modules #32

Merged
4 commits merged into from
Apr 4, 2018
Merged

0.4.29 Fix bugs in timeseries and raw modules #32

4 commits merged into from
Apr 4, 2018

Conversation

ghost
Copy link

@ghost ghost commented Apr 3, 2018

No description provided.

@codecov-io
Copy link

codecov-io commented Apr 3, 2018

Codecov Report

Merging #32 into master will decrease coverage by 0.15%.
The diff coverage is 9.09%.

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   52.59%   52.44%   -0.16%     
==========================================
  Files          11       11              
  Lines         694      696       +2     
==========================================
  Hits          365      365              
- Misses        329      331       +2
Impacted Files Coverage Δ
cognite/raw.py 0% <0%> (ø) ⬆️
cognite/timeseries.py 38.15% <12.5%> (-1.14%) ⬇️

@ghost ghost requested a review from stianlagstad April 3, 2018 17:12
@ghost ghost changed the title Fix a few bugs and bump version to 0.4.29 0.4.29 Fix bugs breaking some timeseries functionality Apr 3, 2018
@ghost ghost changed the title 0.4.29 Fix bugs breaking some timeseries functionality 0.4.29 Fix bugs in timeseries and raw modules Apr 3, 2018
body = {'items': [dp.__dict__ for dp in datapoints[i:i + ul_dps_limit]]}
res = _utils.post_request(url, body=body, headers=headers)
i += ul_dps_limit
print(i)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be removed?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@erlendcognite

@ghost ghost merged commit 1842cad into master Apr 4, 2018
@ghost ghost deleted the bugs branch April 4, 2018 09:36
alchemistake pushed a commit that referenced this pull request Jun 23, 2022
* Fix a few bugs and bump version to 0.4.29

* Raise codecov threshold to 1%.
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants