scikit-hep / cabinetry

design and steer profile likelihood fits
https://cabinetry.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
27 stars 21 forks source link

test: temporarily skip TensorFlow in tests #468

Closed alexander-held closed 6 months ago

alexander-held commented 6 months ago

Due to tensorflow / tensorflow-probability diverging, the TensorFlow backend as installed from pyhf[backends] is currently broken in the latest released pyhf version (v0.7.6) and fixed in main via https://github.com/scikit-hep/pyhf/pull/2452. Temporarily skip this backends in tests until the next released version of pyhf.

* temporarily skip TensorFlow backend in tests
codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (bc57555) to head (6db2eba).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #468 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 22 22 Lines 2082 2082 Branches 340 340 ========================================= Hits 2082 2082 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.