You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
e.g. rerunning a receiver with an invalid param override should generate an error, but doesn't. This makes it look as if data were processed and didn't lead to any detections, even though the data simply were not processed at all.
Two places this should happen:
rerunReceiver.R and any other scripts
ltFindTags() and sgFindTags()
Need something like
sanityCheckParams=function(progName, paramList) {
## check names and ranges of parameters for a program...
}
It might make more sense to have find_tags_motus do this with an additional parameter --sanity-check, so that all the information about parameters is in one place.
The text was updated successfully, but these errors were encountered:
e.g. rerunning a receiver with an invalid param override should generate an error, but doesn't. This makes it look as if data were processed and didn't lead to any detections, even though the data simply were not processed at all.
Two places this should happen:
rerunReceiver.R
and any other scriptsltFindTags()
andsgFindTags()
Need something like
It might make more sense to have
find_tags_motus
do this with an additional parameter--sanity-check
, so that all the information about parameters is in one place.The text was updated successfully, but these errors were encountered: