SLACKHA / pyJac

Creates C and CUDA analytical Jacobians for chemical kinetics ODE systems
http://slackha.github.io/pyJac/
MIT License
52 stars 23 forks source link

Need to check Cantera version #13

Closed kyleniemeyer closed 7 years ago

kyleniemeyer commented 7 years ago

pyJac relies on features introduced in Cantera v2.3.0, and will error out if an older version is used. We need to check for the correct version when installing via pip and also at run time.

kyleniemeyer commented 7 years ago

Closed via 4749201