Skip to content

Commit

Permalink
typeDict -> scTypeDict
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeleobas committed Apr 28, 2023
1 parent f103927 commit b4c00a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbc/typesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def topython(self):

# numpy mapping
_numpy_imap = {}
for v in set(np.typeDict.values()):
for v in set(np.sctypeDict.values()):
name = np.dtype(v).name
_numpy_imap[v] = name

Expand Down

0 comments on commit b4c00a0

Please sign in to comment.