You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg_warning(self)<<"Creating " << type << " named " << name <<". An exception of type \""<<e.what()<<"\" was received while copying value input for data " << dataName << ". To fix this please reshape the list you are providing to fit the real intended data structure. \n The compatibility layer will try to create the data by converting the input to string.";
msg_warning(self)<<"Creating " << type << " at " << object->getPathName() <<". An exception of type \""<<e.what()<<"\" was received while copying value input for data " << dataName << ". To fix this please reshape the list you are providing to fit the real intended data structure. \n The compatibility layer will try to create the data by converting the input to string.";
375
+
376
+
if ( !d->read(toSofaParsableString(a.second)))
377
+
throwpy::value_error("Cannot convert the input \""+ toSofaParsableString(a.second)+"\" to a valid value for data " + object->getPathName() + "." + dataName );
msg_warning(self)<<"Creating Node at " << node->getPathName() <<". An exception of type \""<<e.what()<<"\" was received while copying value input for data " << dataName << ". To fix this please reshape the list you are providing to fit the real intended data structure. \n The compatibility layer will try to create the data by converting the input to string.";
491
+
492
+
if ( !d->read(toSofaParsableString(a.second)))
493
+
throwpy::value_error("Cannot convert the input \""+ toSofaParsableString(a.second)+"\" to a valid value for data " + node->getPathName() + "." + dataName );
0 commit comments