# Programming assignment 1.5 Git Happens

You can preview this assignment on https://mude.citg.tudelft.nl/workbook-2025/assignments/PA1.5/README.html. After the deadline, this link will include solutions. The preview of the assignment version is shared here: https://mude.citg.tudelft.nl/workbook-2025/no_solutions/assignments/PA1.5/README.html. You can obtain your personal repository for submission on: https://classroom.github.com/a/WnXRM5Fn. If you don't want to make this assignment as part of a grade, access the assignment here: https://github.com/MUDE-2025/PA1.5.

Before you can start this assignment, read the theory pages in the book:
- [Branching and merging](https://mude.citg.tudelft.nl/book/2025/_git/github.com_TeachBooks_learn-programming/mude-2025/book/workflows/git/branch_merge.html)
- [Merge conflicts](https://mude.citg.tudelft.nl/book/2025/_git/github.com_TeachBooks_learn-programming/mude-2025/book/workflows/git/merge_conflicts.html)

In this assignment you'll make exercises on:

1. [Branching and pull requests](./1_crossword.md)
2. [Forking and pull requests](./2_ice_classic.md)
3. [`scipy.stats` and 3D plots](./3_scipy_statcs_3d_plots.ipynb)

You'll need to have done this to be able to make the workshop and group assignment.

You pass this PA if you:
- Performed a merge in exercise 1.
- Your covariance matrix of task 3.1 is correct
- Your meshgrid of task 3.2 is correct
- The evaluation of your PDF of task 3.2 is correct
- You've opened a pull request to https://github.com/MUDE-2025/iceclassic (please note that this is not automatically checked in your GitHub workflow). It should be visible on the [Pull Requests tab of the repo](https://github.com/MUDE-2025/iceclassic/pulls). 

> By Tom van Woudenberg, Robert Lanzafame and Patricia Mares Nasarre, Delft University of Technology. CC BY 4.0, more info [on the Credits page of Workbook](https://mude.citg.tudelft.nl/workbook-2025/credits.html).
