Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Nov 9, 2024
1 parent d0e37cc commit 040dcd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/circuit/ops/layouts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4828,8 +4828,6 @@ pub fn ln<F: PrimeField + TensorType + PartialOrd + std::hash::Hash>(
comparison_unit.reshape(is_closest.dims())?;
let assigned_unit = region.assign(&config.custom_gates.inputs[1], &comparison_unit)?;

println!("is_closest {}", is_closest.show());

enforce_equality(config, region, &[is_closest, assigned_unit])?;

// get a linear interpolation now
Expand Down

0 comments on commit 040dcd2

Please sign in to comment.