Skip to content

Commit

Permalink
Merge pull request #151 from GuillaumeGomez/cleanup
Browse files Browse the repository at this point in the history
Fix checker failure on nmsimplex methods
  • Loading branch information
GuillaumeGomez authored Mar 23, 2024
2 parents 22bbc9f + 2ce3466 commit 1e39dba
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1e39dba

Please sign in to comment.