Anyone else annoyed by this? I guess the predict.R script which sources methods from our local env and saves them to text file with the environment inside arrows when I have those functions contained in a child of the Global Env. Like this:
this string:
“<environment: some_child_env>”
was being placed in the .R script. It is not valid R code, so it was causing errors like “unexpected character” when sourcing. Because the “<” would not be expected.
Then run aicrowd submit and observe the string identifying environment which appears in the submission_dir saved files. I guess your code on the backend ignores/removes this line when processing