Skip to content

Commit

Permalink
Merge branch 'main' into matplotlib_version
Browse files Browse the repository at this point in the history
  • Loading branch information
morcuended authored Jan 11, 2024
2 parents ca77da5 + 54d8fd6 commit 0fd1517
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies:
- protobuf=3.20
- ctapipe_io_lst=0.22
- ctaplot~=0.6.4
- pyirf=0.8
- lstchain~=0.10.0
- pyirf~=0.10
- lstchain>=0.10.5
- tenacity
# dev dependencies
- pytest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
requires-python = ">=3.9"
dependencies = [
"astropy~=5.0",
"lstchain~=0.10.0",
"lstchain>=0.10.5",
"matplotlib",
"numpy",
"pandas",
Expand Down
4 changes: 2 additions & 2 deletions src/osa/scripts/gain_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

log = myLogger(logging.getLogger(__name__))

PATH = "PATH=/fefs/aswg/software/gain_selection/bin:$PATH"
PATH = "PATH=/fefs/aswg/software/offline_dvr/bin:$PATH"


def get_sbatch_script(
Expand All @@ -36,7 +36,7 @@ def get_sbatch_script(
#SBATCH --job-name "gain_selection_{run_id:05d}"
#SBATCH --export {PATH}
lst_select_gain {input_file} {output_dir} {ref_time} {ref_counter} {module} {ref_source}
lst_dvr {input_file} {output_dir} {ref_time} {ref_counter} {module} {ref_source}
"""
)

Expand Down

0 comments on commit 0fd1517

Please sign in to comment.