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

fix: Make Range1D a proper half-open interval #1715

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

stephenswat
Copy link
Member

Previously, the Range1D class checked for degeneracy as if it were a closed interval, but it is designed to be half-open. This commit changes the logic to represent this.

@stephenswat stephenswat added Bug Something isn't working Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module labels Dec 6, 2022
@stephenswat stephenswat added this to the next milestone Dec 6, 2022
@paulgessinger
Copy link
Member

Unit test(s) seem to check for this (ostensibly) incorrect check. Can you fix it/them?

@stale
Copy link

stale bot commented Jan 7, 2023

This issue/PR has been automatically marked as stale because it has not had recent activity. The stale label will be removed if any interaction occurs.

@stale stale bot added the Stale label Jan 7, 2023
@stephenswat stephenswat changed the title fix: Correct degeneracy check for Range1D fix: Make Range1D a proper half-open interval Jan 11, 2023
@stale stale bot removed the Stale label Jan 11, 2023
Previously, the `Range1D` class checked for degeneracy as if it were a
closed interval, but it is designed to be half-open. This commit changes
the logic to represent this.
@stephenswat
Copy link
Member Author

This should now be ready to go.

@codecov
Copy link

codecov bot commented Jan 11, 2023

Codecov Report

Merging #1715 (ac14348) into main (1310276) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1715   +/-   ##
=======================================
  Coverage   49.80%   49.80%           
=======================================
  Files         406      406           
  Lines       22565    22565           
  Branches    10305    10305           
=======================================
  Hits        11239    11239           
  Misses       4138     4138           
  Partials     7188     7188           
Impacted Files Coverage Δ
Core/include/Acts/Utilities/Range1D.hpp 97.72% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link

📊 Physics performance monitoring for ac14348

Full report
Seeding: seeded, truth estimated, orthogonal
CKF: seeded, truth smeared, truth estimated, orthogonal
IVF: seeded, truth smeared, truth estimated, orthogonal
Ambiguity resolution: seeded, orthogonal
Truth tracking
Truth tracking (GSF)

Vertexing

Vertexing vs. mu
IVF seeded

IVF truth_smeared

IVF truth_estimated

IVF orthogonal

Seeding

Seeding seeded

Seeding truth_estimated

Seeding orthogonal

CKF

CKF seeded

CKF truth_smeared

CKF truth_estimated

CKF orthogonal

Ambiguity resolution

seeded

Truth tracking (Kalman Filter)

Truth tracking

Truth tracking (GSF)

Truth tracking

@kodiakhq kodiakhq bot merged commit b2e6863 into acts-project:main Jan 11, 2023
@paulgessinger paulgessinger modified the milestones: next, v23.0.0 Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants