Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
vuillaut committed Sep 17, 2024
1 parent cb02f02 commit b4b804f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lstmcpipe/config/paths_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,6 @@ def dl2_dir(self, pointing, dec=''):
return super().dl2_dir(particle=self.particle, pointing=pointing, dataset_type=self.dataset_type, dec=dec)

def irf_dir(self, pointing, dec=''):
# return super().irf_dir(particle='', pointing=pointing, dataset_type=self.dataset_type, dec=dec)
return super().irf_dir(particle=self.particle, pointing=pointing, dataset_type=self.dataset_type, dec=dec)


Expand Down

0 comments on commit b4b804f

Please sign in to comment.