Skip to content

Commit

Permalink
fix algorithm table
Browse files Browse the repository at this point in the history
  • Loading branch information
aoymt committed Oct 30, 2024
1 parent fe1ae80 commit 3db2a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/odatse/algorithm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
def choose_algorithm(name):
alg_table = {
"mapper": "mapper_mpi",
"minsearch": "min_search",
}

try:
Expand Down

0 comments on commit 3db2a15

Please sign in to comment.