Skip to content

Commit c75853f

Browse files
authored
Merge pull request #787 from nkeim/tst-subpix-bias
TST: Test subpx_bias
2 parents 7c56d03 + c26b3d8 commit c75853f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

trackpy/tests/test_plots.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ def test_fit_powerlaw(self):
128128
fit_powerlaw(em)
129129
fit_powerlaw(em, plot=False)
130130

131+
def test_subpx_bias(self):
132+
# smoke_test
133+
suppress_plotting()
134+
plots.subpx_bias(self.sparse)
135+
131136

132137
if __name__ == '__main__':
133138
import unittest

0 commit comments

Comments
 (0)