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

Implement a bases api and rework abstract types #32

Closed
wants to merge 2 commits into from

Remove multiplicable

8a5aa31
Select commit
Loading
Failed to load commit list.
Closed

Implement a bases api and rework abstract types #32

Remove multiplicable
8a5aa31
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 28, 2024 in 1s

0.00% of diff hit (target 17.29%)

View this Pull Request on Codecov

0.00% of diff hit (target 17.29%)

Annotations

Check warning on line 44 in src/abstract_types.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstract_types.jl#L42-L44

Added lines #L42 - L44 were not covered by tests

Check warning on line 46 in src/abstract_types.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstract_types.jl#L46

Added line #L46 was not covered by tests

Check warning on line 49 in src/abstract_types.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstract_types.jl#L49

Added line #L49 was not covered by tests

Check warning on line 51 in src/abstract_types.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/abstract_types.jl#L51

Added line #L51 was not covered by tests

Check warning on line 54 in src/bases.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bases.jl#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 204 in src/bases.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bases.jl#L200-L204

Added lines #L200 - L204 were not covered by tests

Check warning on line 219 in src/bases.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bases.jl#L218-L219

Added lines #L218 - L219 were not covered by tests

Check warning on line 7 in src/expect_variance.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/expect_variance.jl#L6-L7

Added lines #L6 - L7 were not covered by tests

Check warning on line 12 in src/expect_variance.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/expect_variance.jl#L12

Added line #L12 was not covered by tests

Check warning on line 16 in src/expect_variance.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/expect_variance.jl#L16

Added line #L16 was not covered by tests

Check warning on line 24 in src/expect_variance.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/expect_variance.jl#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 29 in src/expect_variance.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/expect_variance.jl#L29

Added line #L29 was not covered by tests

Check warning on line 33 in src/expect_variance.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/expect_variance.jl#L33

Added line #L33 was not covered by tests

Check warning on line 14 in src/identityoperator.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/identityoperator.jl#L14

Added line #L14 was not covered by tests

Check warning on line 17 in src/identityoperator.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/identityoperator.jl#L16-L17

Added lines #L16 - L17 were not covered by tests

Check warning on line 19 in src/identityoperator.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/identityoperator.jl#L19

Added line #L19 was not covered by tests

Check warning on line 11 in src/julia_base.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/julia_base.jl#L11

Added line #L11 was not covered by tests

Check warning on line 15 in src/julia_base.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/julia_base.jl#L13-L15

Added lines #L13 - L15 were not covered by tests

Check warning on line 20 in src/julia_base.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/julia_base.jl#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 23 in src/julia_base.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/julia_base.jl#L23

Added line #L23 was not covered by tests

Check warning on line 37 in src/julia_base.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/julia_base.jl#L35-L37

Added lines #L35 - L37 were not covered by tests

Check warning on line 63 in src/julia_base.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/julia_base.jl#L63

Added line #L63 was not covered by tests

Check warning on line 67 in src/julia_base.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/julia_base.jl#L67

Added line #L67 was not covered by tests

Check warning on line 20 in src/julia_linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/julia_linalg.jl#L20

Added line #L20 was not covered by tests

Check warning on line 34 in src/julia_linalg.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/julia_linalg.jl#L34

Added line #L34 was not covered by tests