Skip to content

Commit

Permalink
missed some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Jan 24, 2024
1 parent 969e97b commit 472f687
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions quimb/tensor/tensor_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -9231,29 +9231,7 @@ def expand_bond_dimension(
mode=mode,
rand_strength=rand_strength,
rand_dist=rand_dist,
)
)
)
else:
edata = do("pad", t.data, pads, mode="constant")

t.modify(data=edata)
)
else:
edata = do("pad", t.data, pads, mode="constant")

t.modify(data=edata)
)
)
else:
edata = do("pad", t.data, pads, mode="constant")

t.modify(data=edata)
)
else:
edata = do("pad", t.data, pads, mode="constant")

t.modify(data=edata)

return tn

Expand Down

0 comments on commit 472f687

Please sign in to comment.