-
I have just realized that we have no way of removing a label, we can only add them. Set_pore/throat_info need to either accept a data arg with true/falses, or add a mode for "remove" labels since the…
-
Hi all,
The pore property 'coords' is missing from boundary pores in networks generated from Cubic because that block of code has been commented out.
We need coordinates on all pores for network cons…
-
It has been discussed a few times about enforcing (or encouraging) the use of custom methods to add or edit property data. I wanted to compile the main reasons why we should be more strict about this…
-
## 1 - Go Over Issues
Issue #41 - import scipy as _sp? We could do a mass search and replace, and also remove np while we're at it.
Issue #33 - The GUI can write VTKs using the new Visualization mo…
-
I think the IO folder is redundant. I think that the VTK functions should be moved to Visualization, and the network import function should be in Generators. Generating a network object by importing…
-
I pondered this last night and had a vision about how the Geometry module should work now that we're giving it more power. This combines issues #31, #37, (which I've closed) and in some ways also inc…
-
James' Questions:
1) Who's dgupta? He/she seems legit.
2) Will IO functions ever need a specific home? If so keep it. Kill it if we can't think of a good example.
3) What classes currently have near-…
-
This is a temporary fix so that we can at least get some data out of the GUI
-
Pore and throat properties "type" seem like they should be int 32, but they are float 64.
Are there any ideas for non-integer values for the type attribute? Otherwise we should swap this into int.
-
I am a newbie in python. When I run the 'pn = OpenPNM.GEN.Cubic(divisions=[10,10,10],lattice_spacing=.0005,loglevel=20,btype = [0,0,0]).generate()'
The result is that pn is nonetype. Could anyone tel…