test_version.py
Go to the documentation of this file.
1 from __future__ import print_function
2 
3 import eigenpy
4 
5 assert eigenpy.checkVersionAtLeast(0, 0, 0)
6 assert eigenpy.__version__ != ""
7 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 Tue Jan 23 2024 03:15:01