Hello every one,
can you guide me about this error in python?
I used this code for other simulations before, and it worked but now there is one error.
Regards,
Fatemeh
ID_particle=deck.timestep[t].collision.surfGeom.getFirstIds()
File ~\AppData\Roaming\Python\Python39\site-packages\edempy\timestep\SingleCollision.py:300 in getFirstIds
return self.getProperty('first/ids')
File ~\AppData\Roaming\Python\Python39\site-packages\edempy\timestep\SingleCollision.py:82 in getProperty
result = f[self.__collisionPath + '/'+ option + '/'][:]
File h5py\_objects.pyx:54 in h5py._objects.with_phil.wrapper
File h5py\_objects.pyx:55 in h5py._objects.with_phil.wrapper
File C:\ProgramData\Anaconda3\lib\site-packages\h5py\_hl\group.py:305 in __getitem__
oid = h5o.open(self.id, self._e(name), lapl=self._lapl)
File h5py\_objects.pyx:54 in h5py._objects.with_phil.wrapper
File h5py\_objects.pyx:55 in h5py._objects.with_phil.wrapper
File h5py\h5o.pyx:190 in h5py.h5o.open
KeyError: 'Unable to open object (component not found)'