Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
small fix
  • Loading branch information
etotmeni committed Apr 22, 2020
commit 8ddb1180e6ed9362710784f31c261c72c3c04388
2 changes: 1 addition & 1 deletion sdc/hiframes/boxing.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def _unbox_series_data(dtype, data_typ, arr_obj, c):


@box(SeriesType)
@vtune_profiling_boxing(name_handle="Series_unbox")
@vtune_profiling_boxing(name_handle="Series_box")
def box_series(typ, val, c):
"""
"""
Expand Down