Skip to content

Commit

Permalink
Validate outer-product type tot * t evaluation using expression layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalgaudel committed Nov 23, 2023
1 parent 29b5dba commit f2945da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/einsum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -800,9 +800,8 @@ BOOST_AUTO_TEST_CASE(ilkj_nm_eq_ij_mn_times_kl) {
tot_type result;
BOOST_REQUIRE_NO_THROW(result("i,l,k,j;n,m") = lhs("i,j;m,n") * rhs("k,l"));

// todo: fix it
// const bool are_equal = ToTArrayFixture::are_equal(result, ref_result);
// BOOST_CHECK(are_equal);
const bool are_equal = ToTArrayFixture::are_equal(result, ref_result);
BOOST_CHECK(are_equal);
}

BOOST_AUTO_TEST_CASE(ikj_mn_eq_ij_mn_times_jk) {
Expand Down

0 comments on commit f2945da

Please sign in to comment.