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: and refactor Exa.TrkX plugin #2192

Merged
merged 23 commits into from
Jun 22, 2023

Conversation

benjaminhuth
Copy link
Member

@benjaminhuth benjaminhuth commented Jun 9, 2023

This fixes the plugin by adding an important feature that was lost during the last refactoring. It is now possible to run run the edge classification undirected (feeding a bi-directional graph into the model).
Besides this, the code is refactored (logger for each module, variable names, added some warnings and debug output...)

@benjaminhuth benjaminhuth added this to the next milestone Jun 9, 2023
@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Merging #2192 (286548f) into main (bb5a925) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2192   +/-   ##
=======================================
  Coverage   49.36%   49.36%           
=======================================
  Files         445      445           
  Lines       25259    25259           
  Branches    11646    11646           
=======================================
  Hits        12468    12468           
  Misses       4511     4511           
  Partials     8280     8280           

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

@github-actions
Copy link

github-actions bot commented Jun 9, 2023

📊 Physics performance monitoring for 286548f

Summary
Full report
Seeding: seeded, truth estimated, orthogonal
CKF: seeded, truth smeared, truth estimated, orthogonal
IVF: seeded, truth smeared, truth estimated, orthogonal
AMVF: 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

AMVF seeded

AMVF truth_smeared

AMVF truth_estimated

AMVF 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

@andiwand andiwand added Component - Examples Affects the Examples module 🚧 WIP Work-in-progress labels Jun 12, 2023
@github-actions github-actions bot added the Component - Plugins Affects one or more Plugins label Jun 12, 2023
@benjaminhuth benjaminhuth reopened this Jun 21, 2023
@benjaminhuth benjaminhuth changed the title refactor: Exa.TrkX logger and variable names fix: and refactor Exa.TrkX plugin Jun 21, 2023
Copy link
Contributor

@andiwand andiwand left a comment

Choose a reason for hiding this comment

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

looks good - can you add a description to the PR?

@benjaminhuth benjaminhuth added automerge and removed 🚧 WIP Work-in-progress labels Jun 22, 2023
@kodiakhq kodiakhq bot merged commit c0bd8b5 into acts-project:main Jun 22, 2023
51 checks passed
@paulgessinger paulgessinger modified the milestones: next, v27.1.0 Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Examples Affects the Examples module Component - Plugins Affects one or more Plugins Track Finding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants