Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiardie committed Sep 12, 2024
1 parent 674bfbe commit fc4da2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mflike/foreground.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ def must_provide(self, **requirements):
self.bands = req.get("bands", self.bands)
self.beams = req.get("beams", self.beams)
self.top_hat_band = req.get("top_hat_band", self.top_hat_band)
self.beam_profile = req.get("beam_profile", self.beam_profile)
self.init_bandpowers()

def get_can_support_params(self):
Expand Down

0 comments on commit fc4da2c

Please sign in to comment.