File tree Expand file tree Collapse file tree
SofaRuntime/tests/SofaRuntime Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ def simulate_beam(linear_solver_template):
1515
1616 root .addObject ('DefaultAnimationLoop' )
1717
18+ root .addObject ('RequiredPlugin' , name = 'Sofa.Component.StateContainer' )
1819 root .addObject ('RequiredPlugin' , name = 'Sofa.Component.ODESolver.Backward' )
1920 root .addObject ('RequiredPlugin' , name = 'Sofa.Component.LinearSolver.Direct' )
2021 root .addObject ('RequiredPlugin' , name = 'Sofa.Component.Engine.Select' )
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ def test_getCategoriesmethod(self):
1212 import SofaRuntime
1313 SofaRuntime .importPlugin ("Sofa.Component" )
1414 t = SofaRuntime .getCategories ("MeshOBJLoader" )
15- self .assertEquals (len (t ),1 )
15+ self .assertEqual (len (t ),1 )
1616 self .assertIsInstance (t , list )
You can’t perform that action at this time.
0 commit comments