Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[All] Fix subplugin regression tests #4420

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions applications/plugins/RegressionStateScenes.regression-tests
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# REGRESSION_TEST DOES NOT SUPPORT DASHES ("-") IN SCENE NAMES.
# USE UNDERSCORES ("_") INSTEAD.

### References relative path ###
../projects/Regression/references/applications/plugins

### Sph Plugin ###
SofaSphFluid/examples/SPHFluidForceField.scn 100 1e-4 1 1
SofaSphFluid/examples/SPHFluidForceField_benchmarks.scn 100 1e-4 1 1
Expand Down
3 changes: 3 additions & 0 deletions examples/RegressionStateScenes.regression-tests
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
# REGRESSION_TEST DOES NOT SUPPORT DASHES ("-") IN SCENE NAMES.
# USE UNDERSCORES ("_") INSTEAD.

### References relative path ###
../applications/projects/Regression/references/examples

### Demo scenes ###
Demos/TriangleSurfaceCutting.scn 100 1e-4 1 1
Demos/chainAll.scn 100 1e-2 1 1
Expand Down
3 changes: 3 additions & 0 deletions examples/RegressionTopologyScenes.regression-tests
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# REGRESSION_TEST DOES NOT SUPPORT DASHES ("-") IN SCENE NAMES.
# USE UNDERSCORES ("_") INSTEAD.

### References relative path ###
../applications/projects/Regression/references/examples

### Topology scenes ###
Component/Topology/Mapping/Tetra2TriangleTopologicalMapping.scn 30 1e-4 1

Expand Down
Loading