Skip to content

Commit

Permalink
Fix two spelling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed May 31, 2024
1 parent 0ae44e8 commit 28cc630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl<M: MathsCore, H: Habitat<M>, G: RngCore<M>> SeparableDispersalSampler<M, H,
};

// Since the atoms are pre-sorted s.t. all self-dispersal is on the right,
// we can exclude sel-dispersal by providing 1-sd as the CDF limit
// we can exclude self-dispersal by providing 1-sd as the CDF limit
let mut dispersal_target_index: usize = AliasMethodSamplerAtom::sample_event_with_cdf_limit(
alias_dispersals_at_location,
rng,
Expand Down
2 changes: 1 addition & 1 deletion necsim/partitioning/mpi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ fn reduce_partitioning_data<T: serde::Serialize + serde::de::DeserializeOwned>(
*acc = a;
} else {
return Some(Err(anyhow::anyhow!(
"MPI all local partition results combined are too big to share"
"MPI combined local partition results are too big to share"
)));
}
Some(Ok(tmp))
Expand Down

0 comments on commit 28cc630

Please sign in to comment.