Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use functions instead of methods for the interface functions #334

Merged
merged 15 commits into from
Jan 1, 2024
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[run]
omit =
*/h3/api/basic_int/__init__.py
*/h3/api/memview_int/__init__.py
*/h3/api/numpy_int/__init__.py
1 change: 1 addition & 0 deletions src/h3/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
from . import basic_int
from . import basic_str
from . import memview_int
from . import numpy_int
Loading
Loading