Closed jkblc closed 1 month ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
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.
Doc strings are not typically used for lambda functions. Should it be refactored into a function?
looks good now merging
Added Lorentz force module using functional programming and unit tests using assert