-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change name of the longterm script #98
Conversation
Thanks, @marialainez! This would work. However, once lstchain PR cta-observatory/cta-lstchain#881 is merged it would be possible to simply use the command Then there is no need to include it in the cfg, but directly in closer.py ( You have also to adapt the test to make it pass: lstosa/osa/scripts/tests/test_osa_scripts.py Lines 316 to 328 in 0e595ce
Line 323 should simply be |
cfg/sequencer.cfg
Outdated
@@ -49,7 +49,7 @@ check_dl1: lstchain_check_dl1 | |||
dl1_to_dl2: lstchain_dl1_to_dl2 | |||
|
|||
# Path to longterm dl1 script | |||
longterm_check: /fefs/aswg/software/virtual_env/ctasoft/cta-lstchain/lstchain/scripts/longterm_dl1_check.py | |||
longterm_check: /fefs/aswg/software/virtual_env/ctasoft/cta-lstchain/lstchain/scripts/lstchain_longterm_dl1_check.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove this path from here and directly use the lstchain entry point lstchain_longterm_dl1_check
in closer.py
01b0234
to
38f0aa4
Compare
Codecov Report
@@ Coverage Diff @@
## main #98 +/- ##
==========================================
- Coverage 81.93% 81.83% -0.10%
==========================================
Files 43 43
Lines 4450 4449 -1
==========================================
- Hits 3646 3641 -5
- Misses 804 808 +4
Continue to review full report at Codecov.
|
longterm_dl1_check.py script renamed to lstchain_longterm_dl1_check.py