Skip to content

Commit

Permalink
Fix calc_map_internal overload function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTodd13 committed Feb 5, 2024
1 parent f4d58d5 commit b75e6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramba/shardview_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def calc_map_internal(sl_i, sv_s, sv_e, sv_st):


@overload(calc_map_internal, nopython=True, cache=True)
def calc_map_internal(sl_i, sv_s, sv_e, sv_st):
def overload_calc_map_internal(sl_i, sv_s, sv_e, sv_st):
if isinstance(sl_i,numba.types.SliceType):
if (sl_i.members==2):
def impl(sl_i, sv_s, sv_e, sv_st):
Expand Down

0 comments on commit b75e6f8

Please sign in to comment.