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
Sometimes when Civet fails, the user (often a dev) wants to investigate the reason why in more details. I suggest the post-processing step of Civet should create a new FailedCivetOutput < CivetOutput or FailedCivetOutput < FileCollection model and store the partial result in there. Advantage of < CivetOutput is that we can use the viewers defined in CivetOutput, but there should be a warning about (likely) missing files. So maybe use < FileCollection instead.
The text was updated successfully, but these errors were encountered:
Sometimes when Civet fails, the user (often a dev) wants to investigate the reason why in more details. I suggest the post-processing step of Civet should create a new
FailedCivetOutput < CivetOutput
orFailedCivetOutput < FileCollection
model and store the partial result in there. Advantage of< CivetOutput
is that we can use the viewers defined in CivetOutput, but there should be a warning about (likely) missing files. So maybe use< FileCollection
instead.The text was updated successfully, but these errors were encountered: