We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0529cc1 commit 4e8bb22Copy full SHA for 4e8bb22
tests/test_compute.py
@@ -3,10 +3,7 @@
3
"""
4
In this test we test the code that is usually launched directly from the meshroom_compute script
5
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)
+TODO : We could directly test by launching the executable (`desc.node._MESHROOM_COMPUTE_EXE`)
10
11
12
import os
0 commit comments