xtensor-stack / xtensor-python

Python bindings for xtensor
BSD 3-Clause "New" or "Revised" License
347 stars 58 forks source link

WIP: Fix unittest with TBB and add CI with tbb enabled #253

Open zhujun98 opened 3 years ago

zhujun98 commented 3 years ago

The unittest with TBB failed on my laptop. As a first step, I added it into the CI to see whether it works or not.