Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/asap-aware-mapping/src/analytical_cost.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1946,6 +1946,8 @@ pub enum AnalyticalCostError {
InvalidIngestionRate(f64),
#[error("summary lifecycle, maintenance mode, and evaluation schedule are inconsistent")]
IncompatibleLifecycleGuarantee,
#[error("bootstrap row and byte evidence must either both be zero or both be non-zero")]
InconsistentBootstrapEvidence,
#[error("summary operation cost {0} must be finite and non-negative, got {1}")]
InvalidOperationCost(&'static str, f64),
#[error("required analytical input {0} is missing or zero")]
Expand Down
Loading
Loading