Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Oct 18, 2021
1 parent 91b83ef commit 4485da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyoptflow/tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
def test_hornschunck():
U, V = pof.HornSchunck(IM1, IM2, alpha=1.0, Niter=100)

assert U[7, 7] == approx(-0.0594501756)
assert U[7, 7] == approx(0.05951344974325876)


def test_io():
flist = pof.getimgfiles(RDIR / "data/box", "box*")
print(flist)
assert len(flist) == 2

0 comments on commit 4485da9

Please sign in to comment.