[NDTensors] In the effort to replace EmptyStorage with an empty DataType #1295
Annotations
1 error and 4 warnings
|
src/itensor/itensor.jl#L226
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/itensor/itensor.jl:226:- return hasqns(inds) ? ITensors.QNITensor(as, elt, data, inds) : ITensor(as, NDTensors.default_storagetype(typeof(data), inds)(data), inds)
src/itensor/itensor.jl:226:+ return if hasqns(inds)
src/itensor/itensor.jl:227:+ ITensors.QNITensor(as, elt, data, inds)
src/itensor/itensor.jl:228:+ else
src/itensor/itensor.jl:229:+ ITensor(as, NDTensors.default_storagetype(typeof(data), inds)(data), inds)
src/itensor/itensor.jl:230:+ end
|
src/itensor/itensor.jl#L257
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/itensor/itensor.jl:257:- return hasqns(inds) ? ITensors.QNITensor(as, ElT, A, indices(is...)) : ITensor(as, ElT, A, inds; kwargs...)
src/itensor/itensor.jl:261:+ return if hasqns(inds)
src/itensor/itensor.jl:262:+ ITensors.QNITensor(as, ElT, A, indices(is...))
src/itensor/itensor.jl:263:+ else
src/itensor/itensor.jl:264:+ ITensor(as, ElT, A, inds; kwargs...)
src/itensor/itensor.jl:265:+ end
|
src/itensor/qnitensor.jl#L377
[JuliaFormatter] reported by reviewdog 🐶
Raw Output:
src/itensor/qnitensor.jl:377:- t = NDTensors.dropzeros(tensor(T); tol = tol)
src/itensor/qnitensor.jl:377:+ t = NDTensors.dropzeros(tensor(T); tol=tol)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading