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
Hello,
When running the example1.py,I found a AttributeError: parentNode happens at SVEnv.py, line 246 ,dataset = self.data.appendChild(SVDataset3D(self.doc, str(imodel), self.samplerate))
It's ok to appendChild(self.doc.createElement('Text')),what is the difference?
The text was updated successfully, but these errors were encountered:
Hello,
When running the example1.py,I found a AttributeError: parentNode happens at SVEnv.py, line 246 ,dataset = self.data.appendChild(SVDataset3D(self.doc, str(imodel), self.samplerate))
It's ok to appendChild(self.doc.createElement('Text')),what is the difference?
The text was updated successfully, but these errors were encountered: