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
A user recently typo'd a few of their run commands like so:
run: r:analysis/data_prep_descrip.R
This mean the image name was parsed as r:analysis/data_prep_descrip.R rather than r, and produced an INTERNAL_ERROR
We should validate when parsing the yaml that the tag for images is valid. This will likely either mean figuring out explicit valid versions, or possibly more simply using a regex validation of the tag to match something like v\d{\.\d}*?
A user recently typo'd a few of their run commands like so:
This mean the image name was parsed as
r:analysis/data_prep_descrip.R
rather thanr
, and produced an INTERNAL_ERRORWe should validate when parsing the yaml that the tag for images is valid. This will likely either mean figuring out explicit valid versions, or possibly more simply using a regex validation of the tag to match something like
v\d{\.\d}*
?Context: https://bennettoxford.slack.com/archives/C01D7H9LYKB/p1714559913897309
The text was updated successfully, but these errors were encountered: