Skip to content

Commit

Permalink
small codestyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
qacwnfq committed Apr 16, 2024
1 parent 5017b9d commit 6718c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/MarkovChain/MarkovChainFactoryTestSuite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ namespace {
return 0.;
}

std::optional<hops::VectorType> computeLogLikelihoodGradient(const hops::VectorType &x) {
std::optional<hops::VectorType> computeLogLikelihoodGradient(const hops::VectorType &) {
return std::nullopt;
}

std::optional<hops::MatrixType> computeExpectedFisherInformation(const hops::VectorType &type) {
std::optional<hops::MatrixType> computeExpectedFisherInformation(const hops::VectorType &) {
return std::nullopt;
}

Expand Down

0 comments on commit 6718c0b

Please sign in to comment.