Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the grading client for utils files #198

Open
HuangJunye opened this issue Dec 3, 2024 · 0 comments
Open

Use the grading client for utils files #198

HuangJunye opened this issue Dec 3, 2024 · 0 comments

Comments

@HuangJunye
Copy link
Collaborator

We often need to include utils files for coding challenges. Currently these files are stored with the notebooks, for example, in QDC 2024 Day 1 challenge: https://github.com/qiskit-community/qdc-challenges-2024/tree/main/Day_1/utils.

We should move those files to the grading client for these reasons:

  1. The client often need to include those same files for grading, anyway. See for example: Include data needed for grading in setup.py #185
  2. Importing the files / codes from the grading client will make sure these files are exactly the same. See for example here: qiskit-community/qdc-challenges-2024@1ab7f18, the circuit written in the notebook doesn't match the circuit used for grading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant