Skip to content

Commit

Permalink
Remove unused trait
Browse files Browse the repository at this point in the history
  • Loading branch information
keskitalo committed Sep 25, 2024
1 parent e9ffd52 commit 2bb1275
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/toast/ops/interpolate_healpix.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ class InterpolateHealpixMap(Operator):

zero = Bool(False, help="If True, zero the data before accumulating / subtracting")

pixel_dist = Unicode(
"pixel_dist",
help="The Data key where the PixelDistribution object is located",
)

detector_pointing = Instance(
klass=Operator,
allow_none=True,
Expand Down

0 comments on commit 2bb1275

Please sign in to comment.