[0ce940]: / tests / plot / test_tracks.py

Download this file

7 lines (4 with data), 143 Bytes

1
2
3
4
5
6
import numpy as np
from bpnet.plot.tracks import pad_track
def test_pad_track():
assert pad_track(np.ones((10, 3)), 20).shape == (20, 3)