Skip to content

Commit

Permalink
Physmon ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin-Allaire committed Nov 21, 2024
1 parent 97b1c35 commit 9e79097
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ concept AmbiguityNetworkConcept = requires(
network_t &n) {
requires TrackContainerFrontend<DummyTrackContainer>;

{
network_t(modelPath)
} -> std::same_as<network_t>;
{ network_t(modelPath) } -> std::same_as<network_t>;

{
n.inferScores(clusters, tracks)
Expand Down

0 comments on commit 9e79097

Please sign in to comment.