Skip to content

Commit

Permalink
removed a stray cond
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-igel committed May 21, 2024
1 parent a55fa84 commit 0ce4786
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/Supervised/KernelBudgetedSGDTutorial.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ public:
input(0) = random::gauss(random::globalRng) + 3.0 * label;
}
};
/// @endcond




int main(int argc, char** argv)
Expand Down

0 comments on commit 0ce4786

Please sign in to comment.