choderalab / bayesian-itc

Python tools for the analysis and modeling of isothermal titration calorimetry (ITC) experiments.
GNU General Public License v3.0
5 stars 10 forks source link

Add travis support #3

Closed jchodera closed 9 years ago

jchodera commented 9 years ago

Would be great to get this going soon!

bas-rustenburg commented 9 years ago

Hopefully not too much work. Only downside is that travis is not much use until we have tests that verify that the code works. Once I have the option parsers in place, I can set up some easily testable examples. One goal is to get the code at the bottom of the old models.py as a working example (though cleaned up and using the command line interface.).

jchodera commented 9 years ago

Hopefully not too much work. Only downside is that travis is not much use until we have tests that verify that the code works.

Good point. We'll eventually want to produce some synthetic data for this.

For now, we can at least make sure the code runs on some existing data.