You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Project-Plan.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@
42
42
- 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)
43
43
44
44
# 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.
45
46
- 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`
48
48
- For every new bug fix/new feature create a new branch.
49
49
- Always merge and test that new branch with `staging_merge_here_and_test_before_merging_to_main`, checkout on laptop, run pytest
50
50
- merge `staging_merge_here_and_test_before_merging_to_main` with `main` only if it clears all pytests
0 commit comments