trim_pores error message using openpnm dev version #2433
Unanswered
minzhangut
asked this question in
Q&A
Replies: 2 comments 4 replies
-
This is technically a bug report, so I will convert it. Thanks @minzhangut |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi @ma-sadeghi , I think I followed your instructions using my another account @mzdreambig. Please let me know what I should do next. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I got an error saying:
Exception: Your network is clustered. Run h = net.check_network_health() followed by op.topotools.trim(net, pores=h['trim_pores']) to make your network fully connected.
I found that there are "isolated_pores" and "disconnected_pores" instead of "trim_pores", so I used
op.topotools.trim(network=pn, pores=h['disconnected_pores'])
instead.So I think the error message from openpnm should be updated.
Beta Was this translation helpful? Give feedback.
All reactions