project8 / katydid

Project 8 data analysis package
Other
5 stars 4 forks source link

Feature/max snr and bin density cut #168

Closed cclaessens closed 6 years ago

cclaessens commented 6 years ago

new cuts and cut options. cut classes moved to EventAnalysis/CutClasses

Still need to sort CMakeLists.txt in EventAnalysis in alphabetical order.

cclaessens commented 6 years ago

sorted cmakelist and resolved merge conflicts with develop

cclaessens commented 6 years ago

@guiguem How do I fix the travis building failure?

guiguem commented 6 years ago

basically we use a docker container in which morpho is installed. I think morpho implements the solution, you would have to look into the installation script in the morpho repo. I can point you to the right one if you don't find it.

guiguem commented 6 years ago

More precisely, you can look into https://github.com/project8/morpho/blob/develop/.travis.yml where there is a matrix of environments: I added one that builds the container from guiguem/root-docker and launches tests afterwards. There is an open issue too #169

nsoblath commented 6 years ago

Travis changes were moved to a new branch: feature/travis_fix. This PR will be completed without them.