We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6ac674 + 6943590 commit ecfa8beCopy full SHA for ecfa8be
2 files changed
Plugin/src/SofaPython3/PythonEnvironment.cpp
@@ -168,7 +168,7 @@ void PythonEnvironment::Init()
168
169
if ( !Py_IsInitialized() )
170
{
171
- msg_info("SofaPython3") << "Intializing python";
+ msg_info("SofaPython3") << "Initializing python";
172
py::initialize_interpreter();
173
// the first gil aquisition should happen right after the python interpreter
174
// is initialized.
bindings/Sofa/tests/Core/BaseObject.py
@@ -55,7 +55,7 @@ def test_slave_master(self):
55
def test_getTarget(self):
56
root = create_scene("rootNode")
57
c = root.addObject("MechanicalObject", name="t")
58
- self.assertEqual(c.getTarget(), 'SofaBaseMechanics')
+ self.assertEqual(c.getTarget(), 'Sofa.Component.StateContainer')
59
60
def test_getName(self):
61
0 commit comments