artivis / manif

A small C++11 header-only library for Lie theory.
https://artivis.github.io/manif
MIT License
1.46k stars 239 forks source link

enable tests for autodiff real type #250

Closed artivis closed 2 years ago

artivis commented 2 years ago

These tests can finally be enabled since https://github.com/autodiff/autodiff/issues/185 was fixed.

codecov[bot] commented 2 years ago

Codecov Report

Merging #250 (29d43c8) into devel (69d5ba3) will increase coverage by 0.00%. The diff coverage is n/a.

@@           Coverage Diff           @@
##            devel     #250   +/-   ##
=======================================
  Coverage   98.01%   98.01%           
=======================================
  Files          55       55           
  Lines        1759     1760    +1     
=======================================
+ Hits         1724     1725    +1     
  Misses         35       35           
artivis commented 2 years ago

This PR requires autodiff >= 0.6.8 which currently does not build https://github.com/autodiff/autodiff/issues/233. Waiting for https://github.com/autodiff/autodiff/pull/234 to be merged.