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

ENH: Fast TDL TDC #231

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

ENH: Fast TDL TDC #231

wants to merge 10 commits into from

Conversation

MarcoVogt
Copy link
Member

TDC implementation with sub-ns resolution based on tapped delay lines (TDL).

@cbespin
Copy link
Contributor

cbespin commented Oct 31, 2024

@MarcoVogt I took some of these commits and made them their own PR, especially since #230 already existed. Maybe rebase (or merge) before you continue coding to prevent ugly merge conflicts later

tests/test_SimTdl_Tdc.py Outdated Show resolved Hide resolved
@MarcoVogt MarcoVogt marked this pull request as ready for review November 5, 2024 11:09
@cbespin
Copy link
Contributor

cbespin commented Nov 6, 2024

Thanks! I will give this a review as soon as possible! There are currently no tests covering any of the tdl_tdc, right?

Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 1.12360% with 88 lines in your changes missing coverage. Please review.

Project coverage is 13.98%. Comparing base (4480251) to head (0803dfc).
Report is 34 commits behind head on master.

Files with missing lines Patch % Lines
basil/HL/tdl_tdc.py 0.00% 88 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (4480251) and HEAD (0803dfc). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (4480251) HEAD (0803dfc)
2 1
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #231       +/-   ##
===========================================
- Coverage   31.48%   13.98%   -17.51%     
===========================================
  Files          87       88        +1     
  Lines        6026     6123       +97     
===========================================
- Hits         1897      856     -1041     
- Misses       4129     5267     +1138     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants