PMEAL / porespy

A set of tools for characterizing and analying 3D images of porous materials
https://porespy.org
MIT License
309 stars 100 forks source link

Running the examples in Networks (SNOW network extraction) I get the following error. AttributeError: module 'porespy.networks' has no attribute 'snow2' #535

Closed haugust9377 closed 3 years ago

jgostick commented 3 years ago

We are in the process of updating the code to version 2. The examples are all based on version 2 but we have not yet pushed v2 to pypi. I plan to finish it this week. Sorry about that. You can get V2 by cloning the github repo, checking out the dev branch and installing it from source using pip install -e . from the directory containing the code. You'll want to create a virtual env first probably so you don't overwrite your other installation.