Edge-Case Issue with Candidate Name Processing #5
Labels
bug
Something isn't working
enhancement
New feature or request
low priority
Not all that important but could be looked at
When attempting to run the pipeline on paper candidates, I noticed that the current behavior is such that the pipeline can't process two files on the same day that represent the forced and not-forced lightcurves of one object. This is because, in the current behavior for make_jobs.py, the candname variable is generated by splitting the file name wherever an underscore is used and then defining candname to be the second element in the split list (see line 113 of make_jobs.py). This is a fairly edge-case issue, especially for daily automated runs, but it shouldn't be too hard to add something to prevent it from occurring.
The text was updated successfully, but these errors were encountered: