Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
vuillaut committed Sep 17, 2024
2 parents 8c9b4a6 + 7697b64 commit d168328
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 @@ -805,7 +805,6 @@ def dl1_dir(self, pointing, dec=''):
# no declination for DL1 for TestingDataset
return super().dl1_dir(particle=self.particle, pointing=pointing, dataset_type=self.dataset_type, dec=dec)


def dl2_dir(self, pointing):
# no declination for DL2 for TestingDataset
return super().dl2_dir(particle=self.particle, pointing=pointing, dataset_type=self.dataset_type, dec=self.dec)
Expand Down

0 comments on commit d168328

Please sign in to comment.