You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Python] Correctly manage NumPy dependencey in pythonization tests
The dependency on Python libraries like NumPy needs to be declared in
the CMakeLists.txt, such that the test gets disabled when the library is
not available.
In some cases, the dependency on NumPy could be avoided by using the
builtin "array" library.
0 commit comments