What is the output path of the weights?
-
I submitted the strategy after I use qnout.clean() and qnout.check(). I also wrote qnout.write(wts_xr) in a separate cell.
But I still get "Missed call to write_output (...)" error after submission.
I don't know what happened during the checking.
I suspected that the output path of the weights has changed, which results in the error of missed call.
The default path is 'fractions.nc.gz', so I use it as the output path.
What is the correct string of the output path for Q21?
My submission number is # 17155999, can @support take a look at it to help me figure out what's wrong there?
Thx very much
-
@omohyoid Dear omohyoid,
You don't need to specify the output path nor any other environment variable when submitting your code. If you're using local development option to create a strategy, you should remove setting environment variables manually since those are created automatically after you submit your strategy so no need to worry about that and it is actually advisable to do it that way.
Regards