ubsuny / CP1-24-HW2

Homework2 template for CP1-24
1 stars 15 forks source link

Chained array operations, in efficient calculation order #35

Open zbpetersbuf opened 1 month ago

zbpetersbuf commented 1 month ago

I ll work on this task for the code

iamtomato761 commented 1 month ago

great! I'll do the documentation

zbpetersbuf commented 1 month ago

what does this mean exactly? do you need anything from me to do this?

laserlab commented 1 month ago

@iamtomato761 @zbpetersbuf yes and no, you can add your code and ideally you work together ion the docstrings and @iamtomato761 can write a short description of the general idea of the function.

zbpetersbuf commented 1 month ago

are the doc strings the little boxes you add to Jupiter notebook?

laserlab commented 1 month ago

docstrings are python documentation, see for example here: https://peps.python.org/pep-0257/ or the example from class: https://github.com/ubsuny/CompPhys/blob/main/ReviewPython/docstrings/multiline.ipynb