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
This function should internally know that field.metric(-i,-j) is just inv([1 0; 0 1]), and that A(i) is just A(-j)*field.metric(i,j) == [0,1]' * [1 0; 0 1], but it gives an unspecified metric error.
This error is upstream and also exists in sympy.tensor.tensor. Should we rewrite replace_with_arrays?
The text was updated successfully, but these errors were encountered:
replace_with_arrays
has sufficient information to work in cases like:This function should internally know that
field.metric(-i,-j)
is justinv([1 0; 0 1])
, and thatA(i)
is justA(-j)*field.metric(i,j) == [0,1]' * [1 0; 0 1]
, but it gives an unspecified metric error.This error is upstream and also exists in
sympy.tensor.tensor
. Should we rewritereplace_with_arrays
?The text was updated successfully, but these errors were encountered: