-
I am working on an assignment notebook using the "Grade from Log" functionality. I have the configuration set with:
I noticed in my third question that 3 variables are not be shelved out to the log file. Therefore, when I use my solutions as a submission in Gradescope I have test cases failing with a Name Error. For example:
I can see in the log file that the variable
Any thoughts on why this is happening? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Nothing jumps out at me here; can you share the full notebook? Feel free to PM it to me on Slack (link in README) if you don’t want it shared publicly. |
Beta Was this translation helpful? Give feedback.
Thanks for looking into to this. I noticed in the
Description
value, I had not actually used the.text
on the HTML parsing.After adding this in, there doesn't seem to be an issue with dill serializing the object.
Again thanks for you help! This pointed me in the right direction to get it fixed.