-
Hello all, I was trying to use RSA generator with keyword 'clearance', but it seems that RSA doesn't have this argument. Maybe I should use another version of porespy? Installed version is 1.3.1. Is there any other way to generate random distribution of non-overlapping and non-tangent spheres with different radii? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, you need to be using version 2. The docs website is generated from V2, but we have been dragging our feet on releasing the official version because it will then cause conflicts with openpnm (via the network extraction algorithms, which output slightly different values in PoreSpy V2). So we are not sure which is worse, delaying the release of PoreSpy V2, or breaking the compatibility with OpenPNM. We are working on OpenPNM V3, but it's looking that that will take quite some time. To get PoreSpy V2 there are a few options: 1: The basic way: Download the source code from Github, unzip it and move it somewhere of your choice, then open your conda prompt in the new location (in the same folder as the setup.py file), then run |
Beta Was this translation helpful? Give feedback.
Yes, you need to be using version 2. The docs website is generated from V2, but we have been dragging our feet on releasing the official version because it will then cause conflicts with openpnm (via the network extraction algorithms, which output slightly different values in PoreSpy V2). So we are not sure which is worse, delaying the release of PoreSpy V2, or breaking the compatibility with OpenPNM. We are working on OpenPNM V3, but it's looking that that will take quite some time.
To get PoreSpy V2 there are a few options:
1: The basic way: Download the source code from Github, unzip it and move it somewhere of your choice, then open your conda prompt in the new location (in the same f…