pr-omethe-us / PyKED

Python interface to the ChemKED database format
https://pr-omethe-us.github.io/PyKED/
BSD 3-Clause "New" or "Revised" License
15 stars 15 forks source link

Validate that the columns specified for the volume and time actually exist #46

Closed bryanwweber closed 7 years ago

bryanwweber commented 7 years ago

I'm not sure if we do this, but if we don't we should.

kyleniemeyer commented 7 years ago

Let's add a test!

bryanwweber commented 7 years ago

This happens already because the only allowed values for the columns are 0 and 1. No test needed!