Skip to content

Commit

Permalink
Trigger CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnik-dmitry07 committed Apr 11, 2020
1 parent 486edda commit 282fa77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shogun/converter/StochasticProximityEmbedding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ std::shared_ptr<Features> StochasticProximityEmbedding::transform(
}

std::shared_ptr<DenseFeatures<float64_t>>
StochasticProximityEmbedding::embed_distance(const std::shared_ptr<Distance>& distance)
StochasticProximityEmbedding::embed_distance(
const std::shared_ptr<Distance>& distance)
{
TAPKEE_PARAMETERS_FOR_SHOGUN parameters;
parameters.n_neighbors = m_k;
Expand Down

1 comment on commit 282fa77

@gf712
Copy link
Member

@gf712 gf712 commented on 282fa77 Apr 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw you can trigger the CI by forcing a noop with git commit —amend and git push -f

Please sign in to comment.