Skip to content

Commit

Permalink
remove obsolete TODO label
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Aug 19, 2023
1 parent 7eec078 commit 31428dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PySDM/backends/impl_thrust_rtc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from PySDM.backends.impl_thrust_rtc.test_helpers.flag import fakeThrustRTC

if not fakeThrustRTC: # TODO #325: move to GPU backend ctor
if not fakeThrustRTC:
try:
# noinspection PyUnresolvedReferences
import ThrustRTC as trtc # pylint: disable=unused-import
Expand Down

0 comments on commit 31428dc

Please sign in to comment.