Skip to content

Commit

Permalink
Remove show
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 30, 2024
1 parent 33c1101 commit b694199
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_ext/test_itensornetworksadaptext.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Adapt.adapt_storage(::SinglePrecisionAdaptor, x) = single_precision(eltype(x)).(
tn = random_tensornetwork(elt, s)
@test ITensors.scalartype(tn) === elt
tn′ = adapt(SinglePrecisionAdaptor(), tn)
@show ITensors.scalartype(tn), ITensors.scalartype(tn′)
@test ITensors.scalartype(tn′) === single_precision(elt)
end
end

0 comments on commit b694199

Please sign in to comment.