We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef0abd commit e1b16f2Copy full SHA for e1b16f2
core/esmf-aspect-meta-model-python/tests/integration/java_models/test_loading_aspects.py
@@ -69,6 +69,8 @@ def check_load_aspect_model(test_models):
69
70
if model_name.lower().startswith("aspect"):
71
try:
72
+ print(f"modelL {model_path}")
73
+
74
samm_graph = SAMMGraph()
75
samm_graph.parse(model_path)
76
aspect = samm_graph.load_aspect_model()
@@ -158,5 +160,5 @@ def test_loading_aspects():
158
160
for model in test_models:
159
161
assert exists(model), f"Model {model} does not exist"
162
- # check_load_aspect_model(test_models)
163
+ check_load_aspect_model(test_models[:2])
164
# check_load_model_elements(test_models)
0 commit comments