vallis / libstempo

libstempo — a Python wrapper for tempo2
MIT License
29 stars 34 forks source link

Update build in CI #33

Closed jellis18 closed 3 years ago

jellis18 commented 3 years ago

This PR does away with trying to build a wheel and just builds the source distribution instead. To build a wheel, we would have to package tempo2 along with libstempo and that isn't in the cards right now.

This PR also adds a fix for loading the ecc_vs_nharm file. For some reason this was breaking and I think we were way overdoing it before. Using the relative path to the file will work.

I also added a test_imports.py just to make sure all imports work.