Wrong !crunch setup in submitted notebook

I made two submissions for crunch 3, crunch-3-model-1 and crunch-3-model-2, but for the second model, I still had the !crunch setup command of model-1 in the notebook. Is that a problem? Or completely irrelevant?

To clarify, in the notebook that I submitted under model-2, I had this command in there:
!crunch setup --notebook --size default broad-3 crunch-3-model-1 --token …

instead of

!crunch setup --notebook --size default broad-3 crunch-3-model-2 --token …

Don’t worry, it doesn’t matter.

If you doubt what your code looks like, read the main.py file that was extracted from the notebook. You will see that your !crunch setup command is commented out.

1 Like

Thanks!