Skip to content

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonik committed May 26, 2023
1 parent 416fefb commit 1923418
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tensor/untyped_tensor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,6 @@ namespace CTF_int {
}

void tensor::copy_tensor_data(tensor const * other){
//FIXME: do not unfold
// if (other->is_folded) other->unfold();
ASSERT(!other->is_folded);
ASSERT(other->is_mapped);

Expand Down

0 comments on commit 1923418

Please sign in to comment.