nu-radio / radiotools

A tool package for cosmic-ray and neutrino radio detectors
GNU General Public License v3.0
8 stars 5 forks source link

Continuous integration #18

Closed fschlueter closed 5 years ago

fschlueter commented 5 years ago

Hey, With this pull request we add continuous integration for the radiotools. Currently only simple test are performs, e.g., the project is build, dependencies installed, and the unittest scripts in tests/ are executed. This is done for both python 2 and python 3! At the moment the atmosphere test for python 3 is failing but that should be fixed with #16. However with the introduction of more tests (moved from the class file to the dedicated unittest script) #14 the last test will fail for python 2 and 3. This is due to a to high threshold for numeric calculations and can be fixed with lowering the limit to 80 deg #17. Felix