Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: redesign tensormap structure #140

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

update tensor and planar operations

ce25bf2
Select commit
Loading
Failed to load commit list.
Open

WIP: redesign tensormap structure #140

update tensor and planar operations
ce25bf2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 18, 2024 in 1s

85.89% of diff hit (target 79.72%)

View this Pull Request on Codecov

85.89% of diff hit (target 79.72%)

Annotations

Check warning on line 221 in src/fusiontrees/fusiontrees.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fusiontrees/fusiontrees.jl#L221

Added line #L221 was not covered by tests

Check warning on line 41 in src/fusiontrees/iterator.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fusiontrees/iterator.jl#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 162 in src/fusiontrees/iterator.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fusiontrees/iterator.jl#L157-L162

Added lines #L157 - L162 were not covered by tests

Check warning on line 93 in src/fusiontrees/manipulations.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fusiontrees/manipulations.jl#L93

Added line #L93 was not covered by tests

Check warning on line 225 in src/fusiontrees/manipulations.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fusiontrees/manipulations.jl#L225

Added line #L225 was not covered by tests

Check warning on line 276 in src/fusiontrees/manipulations.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fusiontrees/manipulations.jl#L276

Added line #L276 was not covered by tests

Check warning on line 821 in src/fusiontrees/manipulations.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fusiontrees/manipulations.jl#L821

Added line #L821 was not covered by tests

Check warning on line 12 in src/planar/planaroperations.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planar/planaroperations.jl#L12

Added line #L12 was not covered by tests

Check warning on line 231 in src/spaces/homspace.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spaces/homspace.jl#L229-L231

Added lines #L229 - L231 were not covered by tests

Check warning on line 239 in src/spaces/homspace.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spaces/homspace.jl#L233-L239

Added lines #L233 - L239 were not covered by tests

Check warning on line 241 in src/spaces/homspace.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spaces/homspace.jl#L241

Added line #L241 was not covered by tests

Check warning on line 149 in src/tensors/abstracttensor.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/abstracttensor.jl#L149

Added line #L149 was not covered by tests

Check warning on line 262 in src/tensors/abstracttensor.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/abstracttensor.jl#L261-L262

Added lines #L261 - L262 were not covered by tests

Check warning on line 302 in src/tensors/abstracttensor.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/abstracttensor.jl#L298-L302

Added lines #L298 - L302 were not covered by tests

Check warning on line 314 in src/tensors/abstracttensor.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/abstracttensor.jl#L310-L314

Added lines #L310 - L314 were not covered by tests

Check warning on line 329 in src/tensors/abstracttensor.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/abstracttensor.jl#L329

Added line #L329 was not covered by tests

Check warning on line 381 in src/tensors/abstracttensor.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/abstracttensor.jl#L381

Added line #L381 was not covered by tests

Check warning on line 35 in src/tensors/adjoint.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/adjoint.jl#L35

Added line #L35 was not covered by tests

Check warning on line 111 in src/tensors/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/linalg.jl#L111

Added line #L111 was not covered by tests

Check warning on line 409 in src/tensors/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/linalg.jl#L406-L409

Added lines #L406 - L409 were not covered by tests

Check warning on line 427 in src/tensors/linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/linalg.jl#L424-L427

Added lines #L424 - L427 were not covered by tests

Check warning on line 50 in src/tensors/tensor.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/tensor.jl#L50

Added line #L50 was not covered by tests

Check warning on line 88 in src/tensors/tensor.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/tensor.jl#L87-L88

Added lines #L87 - L88 were not covered by tests

Check warning on line 98 in src/tensors/tensor.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/tensor.jl#L98

Added line #L98 was not covered by tests

Check warning on line 100 in src/tensors/tensor.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/tensors/tensor.jl#L100

Added line #L100 was not covered by tests