mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-20 20:46:28 +02:00
[tests] fix multiviewPipeline test
isDefault is a property
This commit is contained in:
parent
8abdc61691
commit
8de3d46537
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ def test_multiviewPipeline():
|
|||
assert viewpoints[1].path.value == '/non/existing/file2'
|
||||
assert viewpoints[1].intrinsicId.value == -1
|
||||
|
||||
assert viewpoints[0].path.isDefault() == False
|
||||
assert viewpoints[0].intrinsicId.isDefault() == True
|
||||
assert viewpoints[0].path.isDefault == False
|
||||
assert viewpoints[0].intrinsicId.isDefault == True
|
||||
assert viewpoints.getPrimitiveValue(exportDefault=False) == [
|
||||
{"path": '/non/existing/file1'},
|
||||
{"path": '/non/existing/file2'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue