Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
theGreatHerrLebert committed Dec 20, 2024
1 parent 50fb90a commit 42465ab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions rustdf/src/sim/handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ impl TimsTofSyntheticsDataHandle {

let frame_abundance: Vec<f32> = match serde_json::from_str(&frame_abundance_str) {
Ok(value) => value,
Err(e) => return Err(rusqlite::Error::FromSqlConversionFailure(
16,
rusqlite::types::Type::Text,
Box::new(e),
)),
Err(_e) => vec![0.0; frame_occurrence.len()],
};

let frame_distribution = SignalDistribution::new(
Expand Down

0 comments on commit 42465ab

Please sign in to comment.