Skip to content

Commit ff10fce

Browse files
committed
remove todo
#42
1 parent d119f64 commit ff10fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nerte/geometry/cylindircal_swirl_geometry_unittest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def geodesic_equation(
349349
ray: TangentialVectorDelta,
350350
) -> TangentialVectorDelta:
351351
# pylint: disable=C0103
352-
# TODO: revert when mypy bug was fixed
352+
# MYPY-BUG: revert when mypy bug was fixed
353353
# see https://github.com/python/mypy/issues/2220
354354
# r, _, z = ray.point_delta
355355
# v_r, v_phi, v_z = ray.vector_delta

0 commit comments

Comments
 (0)