Skip to content

Commit

Permalink
* Fixed ticket:385, diffusionTerm._test() requires PySparse
Browse files Browse the repository at this point in the history
 * Now uses default matrix class



git-svn-id: svn+ssh://code.matforge.org/fipy/trunk@4966 d80e17d7-ff13-0410-a124-85740d801063
  • Loading branch information
wd15 committed Nov 18, 2011
1 parent 562ea23 commit 23c59ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fipy/terms/diffusionTerm.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ def _test(self):
Test, 2nd order, 1 dimension, fixed flux of zero both ends.
>>> from fipy.meshes import Grid1D
>>> from fipy.matrices.pysparseMatrix import _PysparseMeshMatrix as SparseMatrix
>>> from fipy import DefaultSolver
>>> SparseMatrix = DefaultSolver()._matrixClass
>>> from fipy.tools import parallel
>>> from fipy.variables.cellVariable import CellVariable
>>> procID = parallel.procID
Expand Down

0 comments on commit 23c59ed

Please sign in to comment.