File Not Found Error #2711
Replies: 1 comment
-
Due to the increasingly high volume of questions that we receive between PoreSpy and OpenPNM, our small team has been finding it very difficult to answer everyone. For this reason we must decline to do basic "tech-support" for problems which are general python/numpy/programming issues. For these type of questions, you should be able to find the answers you need using a search engine and/or StackOverflow. I hope you appreciate that we are not trying to be rude, but just trying to prevent burnout and protect our time to focus on our research activities, including developing new features for PoreSpy and OpenPNM. If you find that our documentation is lacking, then we would be very happy to receive an example in the form of a Jupyter Notebook that outlines your solution for future users. We have an
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I try and load sandstone data (slice images), it says: FileNotFoundError: [Errno 2] No such file or directory: 'sandstone images/sandstone imagessandstone images/S1 5micron AVG4_2031.tif'.
The line of code I use to try import this file is: raw_file = np.fromfile('sandstone images/'+name+'sandstone images/S1 5micron AVG4_2031.tif', dtype=np.uint8).
Does anyone know how to fix this problem?
Beta Was this translation helpful? Give feedback.
All reactions