Skip to content

Commit 6718c0b

Browse files
committed
small codestyle fixes
1 parent 5017b9d commit 6718c0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/MarkovChain/MarkovChainFactoryTestSuite.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ namespace {
1414
return 0.;
1515
}
1616

17-
std::optional<hops::VectorType> computeLogLikelihoodGradient(const hops::VectorType &x) {
17+
std::optional<hops::VectorType> computeLogLikelihoodGradient(const hops::VectorType &) {
1818
return std::nullopt;
1919
}
2020

21-
std::optional<hops::MatrixType> computeExpectedFisherInformation(const hops::VectorType &type) {
21+
std::optional<hops::MatrixType> computeExpectedFisherInformation(const hops::VectorType &) {
2222
return std::nullopt;
2323
}
2424

0 commit comments

Comments
 (0)