ubsuny / CP1-24-HW3

Homework 3 template for CP1-24
1 stars 16 forks source link

Added Lorentz force module and unit tests #55

Closed jkblc closed 6 days ago

jkblc commented 1 week ago

Added Lorentz force module using functional programming and unit tests using assert

review-notebook-app[bot] commented 1 week ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

jkblc commented 1 week ago

The pylint error is due to the assignment of a lambda expression to a variable, which pylint considers unnecessary but it is important for the assignment.

jkblc commented 1 week ago

Doc strings are not typically used for lambda functions. Should it be refactored into a function?

laserlab commented 6 days ago

looks good now merging