Skip to content

Commit

Permalink
Apply alex's suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Stefl <[email protected]>
  • Loading branch information
Corentin-Allaire and andiwand authored Apr 11, 2023
1 parent 25db0d9 commit 279111a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ std::unordered_map<int, std::vector<int>> clusterDuplicateTracks(
const std::multimap<int, std::pair<int, std::vector<int>>>& trackMap);

} // namespace detail
} // namespace Acts
} // namespace Acts
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ ActsExamples::AmbiguityResolutionML::prepareOutputTrack(
std::move(*trackContainer)),
trackStateContainer};
return outputTracks;
}
}
1 change: 1 addition & 0 deletions Examples/Python/src/MLTrackFinding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#ifdef ACTS_PLUGIN_MLPACK
#include "ActsExamples/TrackFindingML/AmbiguityResolutionMLDBScanAlgorithm.hpp"
#endif

#include <pybind11/pybind11.h>
#include <pybind11/stl.h>

Expand Down

0 comments on commit 279111a

Please sign in to comment.