An AttributeError on Ordinary Percolation #2354
-
Hi, professor. Recently, I have been studying the "Ordinary Percolation" and the website address is https://github.com/PMEAL/OpenPNM/blob/dev/examples/simulations/percolation/A_ordinary_percolation.ipynb . An AttributeError , 'SettingsDict' object has no attribute '_update', occurred when I ran the codes. I don't know what‘s wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We're transitioning to v3. Until then, most examples won't work with the version you find on PyPI or conda. You can either wait until then, or just use the development branch. Here, you can find instructions on how to install the dev version. |
Beta Was this translation helpful? Give feedback.
We're transitioning to v3. Until then, most examples won't work with the version you find on PyPI or conda. You can either wait until then, or just use the development branch. Here, you can find instructions on how to install the dev version.