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
I've tried to get the examples/loopExtrusion/extrusion_3D.ipynb example going, but I've run into an error. The jupyter notebook tries to read in LEF positions from a "trajectory" directory that doesn't seem to exist. Is this example up to date?
FileNotFoundError: [Errno 2] Unable to open file (unable to open file: name = 'trajectory/LEFPositions.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
The text was updated successfully, but these errors were encountered:
I've tried to get the examples/loopExtrusion/extrusion_3D.ipynb example going, but I've run into an error. The jupyter notebook tries to read in LEF positions from a "trajectory" directory that doesn't seem to exist. Is this example up to date?
FileNotFoundError Traceback (most recent call last)
Cell In[2], line 6
1 # -------defining parameters----------
2 # -- basic loop extrusion parameters
4 folder = "trajectory"
----> 6 myfile = h5py.File("trajectory/LEFPositions.h5", mode='r')
FileNotFoundError: [Errno 2] Unable to open file (unable to open file: name = 'trajectory/LEFPositions.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
The text was updated successfully, but these errors were encountered: