Woops, keep `np2pl` exposed from `.tsp`

hist_backfill_fixes
Tyler Goodlet 2025-10-02 14:14:28 -04:00
parent d6f3f47df3
commit 4d50bebf11
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ from ._anal import (
dedupe as dedupe, dedupe as dedupe,
detect_time_gaps as detect_time_gaps, detect_time_gaps as detect_time_gaps,
pl2np as pl2np, pl2np as pl2np,
np2pl as np2pl,
# `numpy` only # `numpy` only
slice_from_time as slice_from_time, slice_from_time as slice_from_time,