optuna / kurobako

A black-box optimization benchmark tool
MIT License
83 stars 11 forks source link

Fix clippy warnings #42

Closed sile closed 2 years ago

sile commented 2 years ago

This PR fixes warnings emitted by the latest clippy.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2195063531


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/markdown.rs 0 1 0.0%
src/problem/study.rs 0 1 0.0%
kurobako_core/src/epi/problem/external_program.rs 0 3 0.0%
src/plot/pareto_front.rs 0 5 0.0%
src/runner.rs 0 5 0.0%
<!-- Total: 0 15 0.0% -->
Files with Coverage Reduction New Missed Lines %
../../../.cargo/registry/src/github.com-1ecc6299db9ec823/trackable-0.2.23/src/macros.rs 1 0%
src/problem/study.rs 1 0%
src/runner.rs 2 0%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 2195010227: 0.004%
Covered Lines: 1101
Relevant Lines: 11530

💛 - Coveralls