mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[tests] fix test_depth
depth is now a property
This commit is contained in:
parent
b27db8fc7a
commit
bc5bb96c2e
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ def test_depth():
|
|||
(tB.output, tC.input)
|
||||
)
|
||||
|
||||
assert tA.getDepth() == 1
|
||||
assert tB.getDepth() == 2
|
||||
assert tC.getDepth() == 3
|
||||
assert tA.depth == 1
|
||||
assert tB.depth == 2
|
||||
assert tC.depth == 3
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Reference in a new issue