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

Eliminate the Variable class #262

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

add tuples instead of nesting for addition. Will this be faster?

9607a0d
Select commit
Loading
Failed to load commit list.
Open

Eliminate the Variable class #262

add tuples instead of nesting for addition. Will this be faster?
9607a0d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 31, 2024 in 1s

88.03% of diff hit (target 96.55%)

View this Pull Request on Codecov

88.03% of diff hit (target 96.55%)

Annotations

Check warning on line 10 in tests/helpers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/helpers.py#L10

Added line #L10 was not covered by tests

Check warning on line 365 in uncertainties/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/core.py#L365

Added line #L365 was not covered by tests

Check warning on line 500 in uncertainties/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/core.py#L499-L500

Added lines #L499 - L500 were not covered by tests

Check warning on line 502 in uncertainties/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/core.py#L502

Added line #L502 was not covered by tests

Check warning on line 541 in uncertainties/ops.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ops.py#L541

Added line #L541 was not covered by tests

Check warning on line 24 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L24

Added line #L24 was not covered by tests

Check warning on line 29 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L27-L29

Added lines #L27 - L29 were not covered by tests

Check warning on line 32 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 35 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L35

Added line #L35 was not covered by tests

Check warning on line 88 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L88

Added line #L88 was not covered by tests

Check warning on line 92 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L92

Added line #L92 was not covered by tests

Check warning on line 96 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L96

Added line #L96 was not covered by tests

Check warning on line 103 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L103

Added line #L103 was not covered by tests

Check warning on line 113 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L109-L113

Added lines #L109 - L113 were not covered by tests

Check warning on line 115 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L115

Added line #L115 was not covered by tests

Check warning on line 118 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L117-L118

Added lines #L117 - L118 were not covered by tests

Check warning on line 121 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L120-L121

Added lines #L120 - L121 were not covered by tests

Check warning on line 125 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L124-L125

Added lines #L124 - L125 were not covered by tests

Check warning on line 128 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L128

Added line #L128 was not covered by tests

Check warning on line 131 in uncertainties/ucombo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/ucombo.py#L131

Added line #L131 was not covered by tests

Check warning on line 53 in uncertainties/unumpy/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/unumpy/core.py#L50-L53

Added lines #L50 - L53 were not covered by tests

Check warning on line 55 in uncertainties/unumpy/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/unumpy/core.py#L55

Added line #L55 was not covered by tests

Check warning on line 86 in uncertainties/unumpy/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/unumpy/core.py#L86

Added line #L86 was not covered by tests

Check warning on line 91 in uncertainties/unumpy/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/unumpy/core.py#L89-L91

Added lines #L89 - L91 were not covered by tests

Check warning on line 132 in uncertainties/unumpy/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

uncertainties/unumpy/core.py#L131-L132

Added lines #L131 - L132 were not covered by tests