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
An error is thrown when the workflow tries to open this file.
Traceback (most recent call last):
File "maple_workflow.py", line 324, in <module>
tile_image(config, image_name)
File "maple_workflow.py", line 78, in tile_image
divide.divide_image(config, input_img_path, crop_size, file1, file2)
File "/mpl_divideimg_234_water_new.py", line 181, in divide_image
dbfile = open(db_file_path, "wb")
FileNotFoundError: [Errno 2] No such file or directory: '/data/neighbors/test_image_01_ij_dict.pkl'
The text was updated successfully, but these errors were encountered:
An error is thrown when the workflow tries to open this file.
The text was updated successfully, but these errors were encountered: