diff --git a/checker.py b/checker.py index 43f9cff..83f9a5b 100644 --- a/checker.py +++ b/checker.py @@ -6,7 +6,14 @@ MACROS_TO_IGNORE = ["ffi_wrap", "wrap_callback", "ffi_wrapper"] -FUNC_NAME_TO_IGNORE = ["new", "new_with_init", "from_slice"] +FUNC_NAME_TO_IGNORE = [ + "new", + "new_with_init", + "from_slice", + "nm_simplex", + "nm_simplex2", + "nm_simplex2_rand", +] def read_file(path):