Skip to content

Commit

Permalink
feat: broadcast dataflow check to python (#3624)
Browse files Browse the repository at this point in the history
This PR allows to switch the dataflow check off, as this seemed to be unstable. 

It does not address the issue of false positive checking failures.
  • Loading branch information
asalzburger authored Sep 18, 2024
1 parent cd122bb commit fe61f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/Python/src/Framework.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ void addFramework(Context& ctx) {
ACTS_PYTHON_MEMBER(fpeMasks);
ACTS_PYTHON_MEMBER(failOnFirstFpe);
ACTS_PYTHON_MEMBER(fpeStackTraceLength);
ACTS_PYTHON_MEMBER(runDataFlowChecks);
ACTS_PYTHON_STRUCT_END();

auto fpem =
Expand Down

0 comments on commit fe61f90

Please sign in to comment.