Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Nov 5, 2024
1 parent 8b5c673 commit 69af064
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/cider-data-converter/src/converter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ mod tests {
};

let result = unroll_float(float, &format, true);
let result = result.collect_vec();
BigInt::from_signed_bytes_le(&result);
let parsed_res =
parse_bytes_fixed(&result, int_width, frac_width, signed);
Expand Down

0 comments on commit 69af064

Please sign in to comment.