Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pcafrica committed Feb 13, 2025
1 parent e77701c commit 8bf1f1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions exercises/1/1.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@ _class: titlepage
- Inside your cloned GitHub repository, create the following directories: `src/pyclassify/`, `scripts`, `test`, `shell`, and `experiments`.
- Inside the `src/pyclassify/` directory, create an `__init__.py` and `utils.py` file.
- Inside the `scripts/` directory, create an `run.py` file.
- Inside the `shell/` directory, create an `submit.sbatch` and `submit.sh` file.
- Inside the `experiments/` directory, create an `config.yaml` file.
- Inside the `test/` directory, create an `test_.py` file.
- Inside the `scripts/` directory, create a `run.py` file.
- Inside the `shell/` directory, create a `submit.sbatch` and a `submit.sh` file.
- Inside the `experiments/` directory, create a `config.yaml` file.
- Inside the `test/` directory, create a `test_.py` file.
- Generate a `requirements.txt` file from the `devtools_scicomp` conda environment by running:
```bash
python -m pip freeze > requirements.txt
```
Add the `requirements.txt` file to the root of your project folder (`devtools_scicomp_project_2025/`).
Add the `requirements.txt` file to the root of your project folder (`devtools_scicomp_project_2025/`).
---
- Create a `pyproject.toml` file for your project from [this template](https://github.com/dario-coscia/devtools_scicomp_project_2025/blob/main/pyproject.toml), and complete the `[INSERT]` placeholders.
- Add in the `.gitignore` file a removal of `.dat` and `.data` files.
- Add in the `.gitignore` file the removal of `.dat` and `.data` files.
- Add, commit, and push these changes to the origin repository with the commit message `structuring the package`.
# Solutions
Expand Down

0 comments on commit 8bf1f1e

Please sign in to comment.