test_version.py
Go to the documentation of this file.
1 import eigenpy
2 
3 assert eigenpy.checkVersionAtLeast(0, 0, 0)
4 assert eigenpy.__version__ != ""
5 assert eigenpy.__raw_version__ != ""
eigenpy::checkVersionAtLeast
bool EIGENPY_DLLAPI checkVersionAtLeast(unsigned int major_version, unsigned int minor_version, unsigned int patch_version)
Checks if the current version of EigenPy is at least the version provided by the input arguments.
Definition: version.cpp:27


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 14 2024 02:15:58