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

Dev kwargs #10

Merged
merged 4 commits into from
Nov 29, 2017
Merged

Dev kwargs #10

merged 4 commits into from
Nov 29, 2017

Conversation

ralfbanisch
Copy link
Member

Merge this with dev at your pleasure.

@codecov-io
Copy link

Codecov Report

Merging #10 into dev will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #10      +/-   ##
==========================================
+ Coverage   95.61%   95.63%   +0.01%     
==========================================
  Files           8        8              
  Lines         456      458       +2     
  Branches       24       25       +1     
==========================================
+ Hits          436      438       +2     
  Misses         10       10              
  Partials       10       10
Impacted Files Coverage Δ
src/pydiffmap/diffusion_map.py 93.18% <100%> (ø) ⬆️
tests/test_kernel.py 100% <100%> (ø) ⬆️
src/pydiffmap/kernel.py 83.33% <100%> (+0.57%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b9e4e20...1652cc8. Read the comment docs.

Copy link
Member

@ehthiede ehthiede left a comment

Choose a reason for hiding this comment

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

Wow, this looks really great! Thanks for putting this work in, Ralf. Also, I didn't know know about the review feature: I'll start using it when merging my branches into dev in the future.

@ralfbanisch
Copy link
Member Author

ralfbanisch commented Nov 29, 2017 via email

@ralfbanisch ralfbanisch merged commit 96a7243 into dev Nov 29, 2017
@ralfbanisch
Copy link
Member Author

I merged. Should we delete the dev_kwargs branch or keep it?

@ehthiede
Copy link
Member

I suppose we can leave it up to individual discretion, based on how complex / disruptive the commit is. It's probably overkill for small commits, but maybe we can use it just for big changes / changes to the interface (under-the-hood tweaks and bugfixes.

I do like it because it gives me a better sense of what is going on with the codebase, which should hopefully help me avoid merge conflicts in the future. Also, since in practice most of us will be running our codes on the dev branch, this prevents us from accidentally breaking each others code's without forewarning (hopefully).

@ehthiede ehthiede deleted the dev_kwargs branch January 30, 2019 17:29
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.

None yet

3 participants