Skip to content

Commit

Permalink
add back constants
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Jul 13, 2023
1 parent b144ca6 commit 44b634e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions uxarray/constants.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import numpy as np

# numpy indexing code is written for np.intp
INT_DTYPE = np.intp
INT_FILL_VALUE = np.iinfo(INT_DTYPE).min

0 comments on commit 44b634e

Please sign in to comment.