clifford icon indicating copy to clipboard operation
clifford copied to clipboard

Add a helper for mapping between different algebras which share basis lades

Open eric-wieser opened this issue 4 years ago • 4 comments

TODO:

  • Tests
  • Check docs

eric-wieser avatar Apr 03 '20 16:04 eric-wieser

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

This pull request introduces 3 alerts when merging a1c710c7111817dd4fe7dc1a1fa138c10a462624 into 26c333c991621f8742b19c23569a0ed6a16d12ee - view on LGTM.com

new alerts:

  • 2 for Unused import
  • 1 for Wrong number of arguments in a call

lgtm-com[bot] avatar Apr 03 '20 16:04 lgtm-com[bot]

This pull request introduces 1 alert when merging 2ddd7b66caddbf6762e5933a36f5c4a285576912 into 26c333c991621f8742b19c23569a0ed6a16d12ee - view on LGTM.com

new alerts:

  • 1 for Wrong number of arguments in a call

lgtm-com[bot] avatar Apr 04 '20 10:04 lgtm-com[bot]

Codecov Report

Merging #300 into master will decrease coverage by 34.37%. The diff coverage is 34.22%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #300       +/-   ##
===========================================
- Coverage   62.71%   28.34%   -34.38%     
===========================================
  Files          57       57               
  Lines        7692     7833      +141     
  Branches     1064     1081       +17     
===========================================
- Hits         4824     2220     -2604     
- Misses       2725     5557     +2832     
+ Partials      143       56       -87
Impacted Files Coverage Δ
clifford/__init__.py 52.32% <100%> (-20.35%) :arrow_down:
clifford/_blademap.py 25.68% <21.68%> (-29.16%) :arrow_down:
clifford/test/test_bit_helpers.py 38.29% <43.24%> (-61.71%) :arrow_down:
clifford/_bit_helpers.py 64.91% <57.14%> (-7.51%) :arrow_down:
clifford/g2c.py 0% <0%> (-100%) :arrow_down:
clifford/g3_1.py 0% <0%> (-100%) :arrow_down:
clifford/_parser.py 0% <0%> (-100%) :arrow_down:
clifford/g2.py 0% <0%> (-100%) :arrow_down:
clifford/g3.py 0% <0%> (-100%) :arrow_down:
clifford/g4.py 0% <0%> (-100%) :arrow_down:
... and 40 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 26c333c...cd91459. Read the comment docs.

codecov[bot] avatar Apr 06 '20 09:04 codecov[bot]