Skip to content

Commit

Permalink
Improve names of error kinds for peak selection
Browse files Browse the repository at this point in the history
  • Loading branch information
SombkeMaximilian committed Dec 18, 2024
1 parent 1a5ba66 commit d82b705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metabodecon/src/peak_selection/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ pub struct Error {
#[derive(Clone, Eq, PartialEq, Debug)]
pub enum Kind {
NoPeaksDetected,
NoPeaksInSignalRegion,
NoPeaksInSignalFreeRegion,
NoPeaksInWaterRegion,
EmptySignalRegion,
EmptySignalFreeRegion,
EmptyWaterRegion,
}

impl std::error::Error for Error {}
Expand Down

0 comments on commit d82b705

Please sign in to comment.