Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
#50 and #42
  • Loading branch information
Kwasniok committed Sep 30, 2021
1 parent 720f5d2 commit c9bd412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nerte/values/manifolds/cartesian_swirl.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def _christoffel_1(
sin_2alpha = math.sin(2 * alpha)
cos_3alpha = math.cos(3 * alpha)
sin_3alpha = math.sin(3 * alpha)
# TODO: potential speed-up: symmetric matrices
# POSSIBLE-OPTIMIZATION: symmetric matrices
return (
AbstractMatrix(
AbstractVector(
Expand Down

0 comments on commit c9bd412

Please sign in to comment.