Skip to content

Commit

Permalink
update funi
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Jul 21, 2023
1 parent 575358d commit 5ec79c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gustaf/utils/arr.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,10 @@ def close_rows(

if has_funi and not return_intersection:
return (
*funi.unique_rows(arr, tolerance, True, True, True, True, True),
*funi.unique_rows(arr, tolerance, True, "l"),
[],
)

if has_napf:
kdt = napf.KDT(arr, nthread=nthreads)

Expand Down
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@
],
install_requires=["numpy"],
extras_require={
"all": ["vedo>=2023.4.3", "scipy", "meshio", "napf>=0.0.5", "funi"]
"all": [
"vedo>=2023.4.3",
"scipy",
"meshio",
"napf>=0.0.5",
"funi>=0.0.1",
]
},
classifiers=[
"Development Status :: 2 - Pre-Alpha",
Expand Down

0 comments on commit 5ec79c9

Please sign in to comment.