Skip to content

Commit

Permalink
Updated demo scenes pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoesmp committed Jan 19, 2024
1 parent 2cf9bda commit 5798f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytests/test_demo_scenes.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def eval_arbaro_tls(dirname):
assert (dirname / 'leg000_points.las').exists()
assert abs((dirname / 'leg000_points.las').stat().st_size - 22_704_249) < MAX_DIFFERENCE_BYTES
assert (dirname / 'leg001_points.las').exists()
assert abs((dirname / 'leg001_points.las').stat().st_size - 12_971_325) < MAX_DIFFERENCE_BYTES
assert abs((dirname / 'leg001_points.las').stat().st_size - 14_381_469) < MAX_DIFFERENCE_BYTES
with open(dirname / 'leg000_trajectory.txt', 'r') as f:
line = f.readline()
assert line.startswith('1.0000 25.5000 0.0000')
Expand Down

0 comments on commit 5798f34

Please sign in to comment.