Skip to content

Commit

Permalink
removal of unnecessary commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilou committed May 3, 2022
1 parent c2c5714 commit e845d58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vip_hci/fm/scattered_light_disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,11 +1029,6 @@ def interpolate_phase_function(self, spf_dico):
spf_dico['spf'],kind=kind,\
bounds_error=False,
fill_value=np.nan)
# commented on 2022-02-16
# self.interpolation_function = interp1d(np.cos(np.deg2rad(spf_dico['phi'])),\
# spf_dico['spf'],kind=kind,\
# bounds_error=False,
# fill_value=np.nan)

def compute_phase_function_from_cosphi(self, cos_phi):
"""
Expand Down

0 comments on commit e845d58

Please sign in to comment.