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: missing include of array in FpeMonitor.hpp #2247

Merged
merged 2 commits into from
Jun 27, 2023

Conversation

CarloVarni
Copy link
Collaborator

@CarloVarni CarloVarni commented Jun 27, 2023

I keep finding this kind of compilation issues...

@CarloVarni CarloVarni added this to the next milestone Jun 27, 2023
@github-actions github-actions bot added the Component - Plugins Affects one or more Plugins label Jun 27, 2023
@CarloVarni CarloVarni added Bug Something isn't working and removed Component - Plugins Affects one or more Plugins labels Jun 27, 2023
@github-actions github-actions bot added the Component - Plugins Affects one or more Plugins label Jun 27, 2023
@github-actions
Copy link

github-actions bot commented Jun 27, 2023

📊 Physics performance monitoring for 9ee1d22

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

@benjaminhuth
Copy link
Member

benjaminhuth commented Jun 27, 2023

#2248 should catch such issues in the future (at least for Core at the moment)

@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #2247 (9ee1d22) into main (769c943) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2247   +/-   ##
=======================================
  Coverage   49.35%   49.35%           
=======================================
  Files         445      445           
  Lines       25264    25264           
  Branches    11650    11650           
=======================================
  Hits        12468    12468           
  Misses       4512     4512           
  Partials     8284     8284           

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

@kodiakhq kodiakhq bot merged commit 4bbbbaf into acts-project:main Jun 27, 2023
51 checks passed
@CarloVarni CarloVarni deleted the MissingInclude branch June 28, 2023 09:13
@paulgessinger paulgessinger modified the milestones: next, v27.1.0 Jul 4, 2023
noemina pushed a commit to noemina/acts that referenced this pull request Jul 5, 2023
I keep finding this kind of compilation issues...
kodiakhq bot pushed a commit that referenced this pull request Jul 14, 2023
This adds a simple script to check all main header files of ACTS for missing includes (like in #2247). This is done very simple: 
We try to compile (and not link)
```c++
#include <file>
int main() { return 0; }
```
If this succeeds, the compiler is able to parse the whole file sucessfully, and thus no include is missing.

This check takes about 10 minutes on my machine for the `Core` package... I think that is worth it.
paulgessinger pushed a commit to paulgessinger/acts that referenced this pull request Jul 24, 2023
This adds a simple script to check all main header files of ACTS for missing includes (like in acts-project#2247). This is done very simple: 
We try to compile (and not link)
```c++
#include <file>
int main() { return 0; }
```
If this succeeds, the compiler is able to parse the whole file sucessfully, and thus no include is missing.

This check takes about 10 minutes on my machine for the `Core` package... I think that is worth it.
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 - Plugins Affects one or more Plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants