diff --git a/python/tests/test_conserved_quantities_demartino.py b/python/tests/test_conserved_quantities_demartino.py index 2ed778b85e..94d51a606d 100644 --- a/python/tests/test_conserved_quantities_demartino.py +++ b/python/tests/test_conserved_quantities_demartino.py @@ -823,7 +823,7 @@ def test_cl_detect_execution_time(data_demartino2014): # <5s on modern hardware, but leave some slack max_time_seconds = 40 if "GITHUB_ACTIONS" in os.environ else 10 - runtime = np.Inf + runtime = np.inf for _ in range(max_tries): runtime = compute_moiety_conservation_laws_demartino2014( diff --git a/swig/CMakeLists.txt b/swig/CMakeLists.txt index 2b4fabadb0..7b7baf9be9 100644 --- a/swig/CMakeLists.txt +++ b/swig/CMakeLists.txt @@ -20,6 +20,7 @@ find_package( Python3 COMPONENTS Interpreter Development NumPy REQUIRED) +message(STATUS "Found numpy ${Python3_NumPy_VERSION} include dir ${Python3_NumPy_INCLUDE_DIRS}") set(AMICI_INTERFACE_LIST ${CMAKE_CURRENT_SOURCE_DIR}/amici.i ${CMAKE_CURRENT_SOURCE_DIR}/edata.i