Closed vuillaut closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
f50cf26
) 31.89% compared to head (d828874
) 31.89%. Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@Voutsi Sorry I had to duplicate your PR for tests requiring internal data
Could you have a look at the config please? It seems not to be valid https://github.com/cta-observatory/lstmcpipe/actions/runs/6630900759/job/18013284433?pr=435
Hi @vuillaut
you are right, thanks, there was an indentation error. I fixed it in the original PR, it seems that I don't have permissions to push something here.
Hi @vuillaut
you are right, thanks, there was an indentation error. I fixed it in the original PR, it seems that I don't have permissions to push something here.
You should request Max or Karl to be added to cta-observatory github organisation so I can add you to lst-dev and then you will be able to create branches directly in this repo to allow unit tests to run for your PRs. In the meantime I will synch with you branch.
I see, it detects some tab characters that it doesn't accept. I will fix it.
So it seems the problem is fixed. I launched the command
lstmcpipe -c config_MC_prod.yml -conf_lst lstchain_*.json
and it reached the stage
Are you sure ? [y/N]
If I understood well, that should mean the the configuration is valid
So it seems the problem is fixed. I launched the command
lstmcpipe -c config_MC_prod.yml -conf_lst lstchain_*.json
and it reached the stageAre you sure ? [y/N]
If I understood well, that should mean the the configuration is valid
Hi
You can validate the config using lstmcpipe_validate_config
command
seems good now
Prod is done @Voutsi
Duplicate of #432 for tests