ianhinder / Kranc

A Mathematica package for generating code for solving time dependent partial differential equations
http://kranccode.org
GNU General Public License v2.0
28 stars 10 forks source link

TestTensorTools.nb fails #85

Closed eschnett closed 11 years ago

eschnett commented 11 years ago

TestTensorTools.nb fails because tensors are used with inconsistent indices. The first failure occurs when S[la] is used for the first time.

ianhinder commented 11 years ago

Fixed in 1e3e1424fc79f1e415e71cc62bc6f63a16fdda66. The tests were written when Kranc did not need tensors with the same kernel to always be used with indices in the same position. Now that Kranc requires this, the tests started to fail. The tests have now been updated to use different kernels for different index positions. One test still fails (see Issue #87).