Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SofaRegressionProgram/tools/RegressionWorker.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def _worker_main():
if program_root not in sys.path:
sys.path.insert(0, program_root)

import Sofa
import SofaRuntime # noqa: F401 (registers the py3 scene loader)
import tools.RegressionSceneData as RegressionSceneData

Expand Down