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 e263a6c commit aeee80f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lstmcpipe/config/paths_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,12 +465,6 @@ def irf_dir(self, particle, pointing, dataset_type, dec):
dec=dec,
)

# def dl2_dir(self, particle, pointing, dataset_type):
# raise NotImplementedError("Should be implemented in child class if necessary")

# def irf_dir(self, pointing, dataset_type):
# raise NotImplementedError("Should be implemented in child class if necessary")

def models_dir(self):
p = self.base_dir.format(
data_level='models', particle='', pointing='', prod_id=self.prod_id, dataset_type='', dec=self.dec
Expand Down

0 comments on commit aeee80f

Please sign in to comment.