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

rename findNotUsedBits in get_frame_layout #254

Merged
merged 21 commits into from
Dec 4, 2018

Conversation

ebroecker
Copy link
Owner

should once fix #227

let get_frame_layout create array for each bit containing signals using this bit
fix createDummySignals to use get_frame_layout
rename createDummySignals to create_dummy_signals

ebroecker and others added 2 commits November 21, 2018 23:36
let get_frame_layout create array for each bit containing signals using this bit
fix createDummySignals to use  get_frame_layout
rename createDummySignals to create_dummy_signals
@ebroecker ebroecker requested a review from altendky November 22, 2018 06:39
@codecov-io
Copy link

codecov-io commented Nov 24, 2018

Codecov Report

Merging #254 into development will decrease coverage by 0.07%.
The diff coverage is 94.59%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #254      +/-   ##
===============================================
- Coverage         30.8%   30.73%   -0.08%     
===============================================
  Files               30       30              
  Lines             6499     6495       -4     
  Branches          1622     1620       -2     
===============================================
- Hits              2002     1996       -6     
- Misses            4304     4305       +1     
- Partials           193      194       +1
Impacted Files Coverage Δ
src/canmatrix/tests/test_canmatrix.py 100% <100%> (ø) ⬆️
src/canmatrix/canmatrix.py 69.05% <92.59%> (-0.46%) ⬇️

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 e556461...ad7b0be. Read the comment docs.

Copy link
Collaborator

@altendky altendky left a comment

Choose a reason for hiding this comment

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

Sorry for the delay...

src/canmatrix/canmatrix.py Outdated Show resolved Hide resolved
src/canmatrix/canmatrix.py Outdated Show resolved Hide resolved
@ebroecker
Copy link
Owner Author

I think, I have changed everything as you proposed.
Could you have a second look?

Thanks in advance

src/canmatrix/canmatrix.py Outdated Show resolved Hide resolved
src/canmatrix/canmatrix.py Outdated Show resolved Hide resolved
src/canmatrix/canmatrix.py Outdated Show resolved Hide resolved
src/canmatrix/canmatrix.py Outdated Show resolved Hide resolved
@ebroecker
Copy link
Owner Author

@altendky
any further suggestions or can I just merge this one?

Thanks again

@altendky altendky changed the title [WIP] rename findNotUsedBits in get_frame_layout rename findNotUsedBits in get_frame_layout Nov 30, 2018
src/canmatrix/canmatrix.py Outdated Show resolved Hide resolved
@ebroecker ebroecker merged commit 4bf63de into development Dec 4, 2018
@ebroecker ebroecker deleted the reengFindNotUsedBits branch December 4, 2018 07:39
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.

findNotUsedBits() reports the signals index+1, not the index
3 participants