Skip to content

Commit

Permalink
Merge branch 'main' into release/0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 committed Feb 8, 2022
2 parents db75e93 + 64dde92 commit bf89fc2
Show file tree
Hide file tree
Showing 92 changed files with 10,028 additions and 1,004 deletions.
2 changes: 1 addition & 1 deletion _unittest/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def inner_function(*args, **kwargs):
except Exception as e:
pytest.exit("Desktop Crashed - Aborting the test!")
args[0].cache.update()
# model_report = args[0].aedtapp.modeler.primitives.model_consistency_report
# model_report = args[0].aedtapp.modeler.model_consistency_report
# assert not model_report["Missing Objects"]
# assert not model_report["Non-Existent Objects"]
assert args[0].cache.no_new_errors
Expand Down
Loading

0 comments on commit bf89fc2

Please sign in to comment.