Skip to content

Commit

Permalink
Update rns_partition.py
Browse files Browse the repository at this point in the history
Dead code removal request
  • Loading branch information
hanyul-ryu authored Dec 12, 2023
1 parent 65d35ea commit ce31d09
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/liberate/ntt/rns_partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ def __init__(
self.num_scales = self.num_ordinary_primes - 1

self.base_prime_idx = self.num_ordinary_primes - 1
self.special_prime_idx = list(
range(
self.num_ordinary_primes + 1,
self.num_ordinary_primes + 1 + self.num_special_primes,
)
)

self.compute_destination_arrays()
self.compute_rescaler_locations()
Expand Down

0 comments on commit ce31d09

Please sign in to comment.