Skip to content

Commit 140e458

Browse files
authored
Update Project-Plan.md
1 parent b6f8730 commit 140e458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project-Plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
- Khatri et al, for Uspantekan: [https://github.com/ua-datalab/QNLP/blob/mithun_dev/v2_khatri_thesis_version_which_gave1_mnli_100_runs_end_to_end.ipynb](https://github.com/ua-datalab/QNLP/blob/mithun_dev/v2_khatri_thesis_version_which_gave1_mnli_100_runs_end_to_end.ipynb)
4343

4444
# Working Group Best Practices
45+
- Golden rule: Don't get emotionally entangled with results/errors. They are just that, problems to solve. Don't take them personally/nothing to do with you.
4546
- Never work on main branch (unless you are working on Projectplan.md)
46-
- After every code change, before pushing, always run pytest before the actual code in any branch. This can be achieved using
47-
`./runner.sh`
47+
- After every code change, before pushing, always run pytest before the actual code in any branch. This can be achieved using `./runner.sh`
4848
- For every new bug fix/new feature create a new branch.
4949
- Always merge and test that new branch with `staging_merge_here_and_test_before_merging_to_main`, checkout on laptop, run pytest
5050
- merge `staging_merge_here_and_test_before_merging_to_main` with `main` only if it clears all pytests

0 commit comments

Comments
 (0)