You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the FIPY_DISPLAY_MATRIX environment variable is set to terms, the matrices displayed aren't what is expected. Also, it seems broken for coupled matrices.
Imported from trac ticket #496, created by guyer on 02-07-2013 at 14:18, last modified: 02-11-2013 at 12:20
The text was updated successfully, but these errors were encountered:
The following changes since commit bca401e10615dccbcac0363177027bc40fe037d7:
Merge branch 'ticket492-unOps_cant_be_pickled' into develop (2013-01-25 10:27:04 -0500)
are available in the git repository at:
ssh://git@code.matforge.org/nist/fipy.git ticket496-FIPY_DISPLAY_MATRIX_is_broken
for you to fetch changes up to 0587d4e3e38702bdc7ab376ecf81a4adb67ea2fd:
Fix `FIPY_DISPLAY_MATRIX` to show unary terms and coupled equations (2013-02-07 14:20:07 -0500)
----------------------------------------------------------------
Jonathan Guyer (1):
Fix `FIPY_DISPLAY_MATRIX` to show unary terms and coupled equations
fipy/terms/binaryTerm.py | 6 ------
fipy/terms/term.py | 5 ++++-
fipy/terms/unaryTerm.py | 32 ++++++++++++++++++++++----------
3 files changed, 26 insertions(+), 17 deletions(-)
When the
FIPY_DISPLAY_MATRIX
environment variable is set toterms
, the matrices displayed aren't what is expected. Also, it seems broken for coupled matrices.Imported from trac ticket #496, created by guyer on 02-07-2013 at 14:18, last modified: 02-11-2013 at 12:20
The text was updated successfully, but these errors were encountered: