brentyi / jaxlie

Rigid transforms + Lie groups in JAX
MIT License
226 stars 15 forks source link

fix: pass KeyArray class from utils #4

Closed oliverdutton closed 2 years ago

oliverdutton commented 2 years ago

Add KeyArray as utils, then keeps type hints in files that use it

Fixes #3

codecov[bot] commented 2 years ago

Codecov Report

Merging #4 (b8624eb) into master (50fb515) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #4   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          470       471    +1     
=========================================
+ Hits           470       471    +1     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
jaxlie/_base.py 100.00% <ø> (ø)
jaxlie/_se2.py 100.00% <100.00%> (ø)
jaxlie/_se3.py 100.00% <100.00%> (ø)
jaxlie/_so2.py 100.00% <100.00%> (ø)
jaxlie/_so3.py 100.00% <100.00%> (ø)
jaxlie/hints/__init__.py 100.00% <100.00%> (ø)
jaxlie/utils/__init__.py 100.00% <100.00%> (ø)

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 50fb515...b8624eb. Read the comment docs.

oliverdutton commented 2 years ago

No issues at all. Wonderful, thank you for the speedy fix.