libantioch / antioch

C++ Chemical Kinetics, Thermodynaimics, and Transport Library
https://libantioch.github.io/
Other
22 stars 17 forks source link

Consolidate Testing Data into Classes #242

Open pbauman opened 7 years ago

pbauman commented 7 years ago

While adding testing to #240, it became clear we are starting to get some redundancy in testing data, e.g. coefficients for NASA polynomials, across testing classes. We should consolidate all this data into a class that can be subclassed so all the "gold" data is in one place. I was thinking maybe just ChemicalSpeciesData or some such (which can help with unit testing of chemical species parsing...) and then any test that needs that data can just subclass it and grab it as needed.