PMEAL / OpenPNM

A Python package for performing pore network modeling of porous media
http://openpnm.org
MIT License
454 stars 174 forks source link

OpenPNM PoreSpy IO is no longer compatible with the dev version of PoreSpy #2777

Closed ma-sadeghi closed 1 year ago

ma-sadeghi commented 1 year ago

openpnm.io.network_from_porespy expects either a dict, or a path, but snow2 now returns a Results object, which contains the network.

jgostick commented 1 year ago

This is a dupe of #2665