Skip to content

Commit e02f24b

Browse files
committed
I removed an include which was not necessary and I changed
test_getcategoriesmethod by test_getCategoriesMethod
1 parent 38ff5db commit e02f24b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bindings/Sofa/src/SofaPython3/Sofa/Core/Binding_BaseObject.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
#include <sofa/core/objectmodel/ConfigurationSetting.h>
5454
#include <sofa/core/ExecParams.h>
5555
#include <sofa/core/CategoryLibrary.h>
56-
#include <pybind11/stl.h>
5756

5857

5958
/// Makes an alias for the pybind11 namespace to increase readability.

bindings/SofaRuntime/tests/SofaRuntime/Base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test_moduleImport(self):
88
import SofaRuntime
99
SofaRuntime.importPlugin('SofaComponentAll')
1010

11-
def test_getcategoriesmethod(self):
11+
def test_getCategoriesmethod(self):
1212
import SofaRuntime
1313
SofaRuntime.importPlugin("SofaComponentAll")
1414
t = SofaRuntime.getCategories("MeshObjLoader")

0 commit comments

Comments
 (0)