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

Drop zero coefficients functions #98

Merged
merged 19 commits into from
Feb 4, 2021

Conversation

alecandido
Copy link
Member

The implementation it's rather minimal, but it is either working or doing nothing, tested against:

  • sandbox
  • qcdnum & xspace-bench, Giacomo's made runners

I would like to have a test case in which it is actually dropping something, maybe I completely confused the goal...

@codecov
Copy link

codecov bot commented Feb 3, 2021

Codecov Report

Merging #98 (2cf7d30) into master (2d37731) will decrease coverage by 0.02%.
The diff coverage is 69.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
- Coverage   71.34%   71.31%   -0.03%     
==========================================
  Files          48       48              
  Lines        1888     1900      +12     
==========================================
+ Hits         1347     1355       +8     
- Misses        541      545       +4     
Flag Coverage Δ
unittests 71.31% <69.23%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/yadism/kernels.py 58.82% <50.00%> (-1.18%) ⬇️
src/yadism/cf_combiner.py 69.69% <66.66%> (-0.31%) ⬇️
src/yadism/runner.py 89.89% <75.00%> (-0.73%) ⬇️
src/yadism/log.py 86.95% <100.00%> (+0.59%) ⬆️

@felixhekhorn felixhekhorn added the refactor Refactor code label Feb 4, 2021
@felixhekhorn felixhekhorn merged commit 7f0cf53 into master Feb 4, 2021
@felixhekhorn felixhekhorn deleted the feature/drop-zero-coefficients branch February 4, 2021 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants