Skip to content

Commit

Permalink
debug: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Aug 27, 2024
1 parent 667975c commit b39ff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/finufft/test/test_fallback.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def fake_load_library(lib_name, path):
mocker.patch("numpy.ctypeslib.load_library", fake_load_library)

import finufft
print(finufft.lib)
print(finufft._finufft.lib)

#if find_library("finufft") is None:
# with pytest.raises(ImportError, match="suitable finufft"):
Expand Down

0 comments on commit b39ff5f

Please sign in to comment.