Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: NaturalSelect <[email protected]>
  • Loading branch information
NaturalSelect committed Dec 15, 2023
1 parent f8bf504 commit 6198f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schedule/master.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl StrawNodeSelector {

// NOTE: Straw2 algorithm
impl NodeSelector for StrawNodeSelector {
fn select_node(&self, all_node_cnt: usize, _fn_name: &str) -> NodeID {
fn select_node(&self, all_node_cnt: usize, fn_name: &str) -> NodeID {
// NOTE: 1 is an impossible value for straw
let mut max_straw: f64 = 1.0;
let mut node_id: NodeID = 1;
Expand Down

0 comments on commit 6198f98

Please sign in to comment.