Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Mar 5, 2025
1 parent 4c51726 commit 4834b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/moe/src/algorithm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ impl GpMixtureValidParams<f64> {
if let Some(v) = best.1 {
info!("Best expert {} accuracy={}", best.0, v);
}
expert.map_err(MoeError::from)
expert
}

/// Take the best heaviside factor from 0.1 to 2.1 (step 0.1).
Expand Down
1 change: 1 addition & 0 deletions python/src/egor.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::useless_conversion)]
//! `egobox`, Rust toolbox for efficient global optimization
//!
//! Thanks to the [PyO3 project](https://pyo3.rs), which makes Rust well suited for building Python extensions,
Expand Down

0 comments on commit 4834b7e

Please sign in to comment.