Skip to content

Commit 4e8bb22

Browse files
committed
[test] Remove unnecessary comment
1 parent 0529cc1 commit 4e8bb22

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_compute.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
"""
44
In this test we test the code that is usually launched directly from the meshroom_compute script
55
6-
TODO : Directly test by launching the executable
7-
- We can get the path with `desc.node._MESHROOM_COMPUTE_EXE`
8-
- However this is not implemented yet because it requires to create a plugin that meshroom could discover
9-
and I didn't want to create a plugin just for what I'm doing here right now (which is testing the logger)
6+
TODO : We could directly test by launching the executable (`desc.node._MESHROOM_COMPUTE_EXE`)
107
"""
118

129
import os

0 commit comments

Comments
 (0)