File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
docs/resources/algorithms Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 39
39
raise Exception ('OpenPNM requires SciPy version 0.14.0 or greater' )
40
40
41
41
__requires__ = ['scipy' ]
42
- __version__ = '1.2 .0'
42
+ __version__ = '1.3 .0'
43
43
44
44
from . import Base
45
45
from . import Utilities
Original file line number Diff line number Diff line change
1
+ .. _IP_timed :
1
2
3
+ ###############################################################################
4
+ InvasionPercolationTimed -- Invasion Percolation with Timed Injection Rates
5
+ ###############################################################################
2
6
3
7
.. code-block :: python
4
8
5
- """
6
- ===============================================================================
7
- InvasionPercolationTimed -- Invasion Percolation with Timed Injection Rates
8
- ===============================================================================
9
-
10
- """
11
9
import scipy as sp
12
10
import numpy as np
13
11
import heapq
You can’t perform that action at this time.
0 commit comments