Skip to content

Commit e5541e0

Browse files
authored
try to display rdf source
1 parent 70a555c commit e5541e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build_spec/test_build_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _test_build_spec(
9999
print("**********************************************")
100100
print(model_spec.name)
101101
print(model_spec.root_path)
102-
print(model_spec.test_inputs)
102+
print(model_spec.rdf_source)
103103
if architecture is not None:
104104
kwargs["architecture"] = architecture
105105
if model_kwargs is not None:

0 commit comments

Comments
 (0)