Skip to content

Commit

Permalink
Do not execute as of today
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Feb 1, 2025
1 parent 191e77c commit c144077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sampling.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ TEST_CASE("Sampling Tests") {

for (int dim = 0; dim < 4; ++dim) {
Eigen::Tensor<ComplexF64, 4> gl = movedim(originalgl, 0, dim);
Eigen::Tensor<ComplexF64, 4> gtau = tau_sampling->evaluate(gl, dim);
//Eigen::Tensor<ComplexF64, 4> gtau = tau_sampling->evaluate(gl, dim);
//REQUIRE(gtau.dimension(0) == gl.dimension(0));
//REQUIRE(gtau.dimension(1) == gl.dimension(1));
//REQUIRE(gtau.dimension(2) == gl.dimension(2));
Expand Down

0 comments on commit c144077

Please sign in to comment.