dessn / Pippin

Pipeline for photometric SN analysis
MIT License
9 stars 10 forks source link

Emergency fix needed reading MERGE.LOG from SNANA-sim job #29

Closed RickKessler closed 3 years ago

RickKessler commented 3 years ago

MERGE.LOG from sim job has extra column for NSPEC, which breaks pippin. In Pippin's snana_sim.py, need to change state, iver, version, ngen, nwrite, cpu = row to state, iver, version, ngen, nwrite, nspec, cpu = row

so that cpu is defined.

OmegaLambda1998 commented 3 years ago

Do you have an example of the new MERGE.LOG somewhere?

OmegaLambda1998 commented 3 years ago

This has been resolved via a645d4d